Wiki source code of Webapp v2 localhost
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{html clean="false"}} | ||
| 2 | <script type="module" src="http://localhost:3000/@vite/client"></script> | ||
| 3 | <script type="module"> | ||
| 4 | import RefreshRuntime from "http://localhost:3000/@react-refresh" | ||
| 5 | RefreshRuntime.injectIntoGlobalHook(window) | ||
| 6 | window.$RefreshReg$ = () => {} | ||
| 7 | window.$RefreshSig$ = () => (type) => type | ||
| 8 | window.__vite_plugin_react_preamble_installed__ = true | ||
| 9 | </script> | ||
| 10 | <!-- div id="root" data-collabName="bougault"></div --> | ||
| 11 | <div id="root"></div> | ||
| 12 | <script type="module" src="http://localhost:3000/src/apps/collab-search/collab-search.tsx"></script> | ||
| 13 | |||
| 14 | <!--script type="module" src="http://localhost:3000/src/apps/collab-settings/collab-settings.tsx"></script--> | ||
| 15 | |||
| 16 | {{/html}} |