1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00
mon-entreprise/site/source/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
469 B
HTML
Raw Normal View History

2022-01-26 09:53:15 +01:00
<!--
Ideally this file wouldn't be needed, but ViteJS used it when the dev server is
started to pre-bundle the dependencies and speed it the server start.
https://vitejs.dev/guide/dep-pre-bundling.html
TODO: There might be a way to do it using the plugin API, which we could use in
our custom plugin. This should be doable with
https://vitejs.dev/config/#optimizedeps-entries but I couldn't make it work.
-->
<script type="module" src="/source/entry.fr.tsx"></script>