1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-11 00:10:06 +00:00

chore(web): switched built tool, webpack to Vite

This commit is contained in:
Saad Jutt
2022-10-02 03:23:09 +05:00
parent 69ddf313b8
commit efbfd3f392
4 changed files with 1843 additions and 6311 deletions

View File

@@ -35,5 +35,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/index.tsx"></script>
</body>
</html>