Wiki source code of Webapp v2 localhost
Last modified by bougault on 2022/10/20 16:38
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{html clean="false"}} |
| |
4.1 | 2 | <script type="module" src="http://localhost:3000/@vite/client"></script> |
| |
5.2 | 3 | <!-- script type="module"> |
| |
1.1 | 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 | ||
| |
5.2 | 9 | </script --> |
| |
1.1 | 10 | <!-- div id="root" data-collabName="bougault"></div --> |
| 11 | <div id="root"></div> | ||
| |
7.1 | 12 | <script type="module" src="http://localhost:3000/src/apps/oidc-client-manager/oidc-client-manager.tsx"></script> |
| |
1.1 | 13 | |
| |
7.1 | 14 | <!--script type="module" src="http://localhost:3000/src/apps/collab-settings/collab-settings.tsx"></script--> |
| |
1.1 | 15 | |
| 16 | {{/html}} |