Skip to content

Commit

Permalink
chore: migrate to vite (#9355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoudy91 authored Dec 20, 2024
1 parent 4effad3 commit f0372bb
Show file tree
Hide file tree
Showing 6 changed files with 5,876 additions and 34,992 deletions.
20 changes: 20 additions & 0 deletions apps/saleor/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.ts"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
</body>
</html>
Loading

0 comments on commit f0372bb

Please sign in to comment.