Skip to content

Commit

Permalink
Merge pull request #5 from onlinekkabchi/vite-server
Browse files Browse the repository at this point in the history
Vite server
  • Loading branch information
onlinekkabchi authored May 8, 2023
2 parents c78b249 + 0140f44 commit e8c6d61
Show file tree
Hide file tree
Showing 15 changed files with 1,081 additions and 46 deletions.
13 changes: 12 additions & 1 deletion FE/front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<!-- <div id="root"></div> -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- <script type="module" src="/src/main.tsx"></script> -->
<!-- <script type="module" src="/src/entry-client.jsx"></script> -->
<script type="module">
import RefreshRuntime from "http://localhost:5173/@react-refresh";
RefreshRuntime.injectIntoGlobalHook(window);
window.$RefreshReg$ = () => {};
window.$RefreshSig$ = () => (type) => type;
window.__vite_plugin_react_preamble_installed__ = true;
</script>
<!-- <script type="module" src="http://localhost:5173/@vite/client"></script> -->
<script type="module" src="http://localhost:5173/src/main.tsx"></script>
</body>
</html>
Loading

1 comment on commit e8c6d61

@vercel
Copy link

@vercel vercel bot commented on e8c6d61 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.