Skip to content

Commit 0ca08cb

Browse files
committed
chore(build): migrate from parcel to vite
1 parent 23d6a30 commit 0ca08cb

21 files changed

Lines changed: 668 additions & 2659 deletions

client/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.parcel-cache
21
dist
32
node_modules

client/.proxyrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
content="width=device-width, initial-scale=1, shrink-to-fit=no"
1313
/>
1414
<title>Webnotes - Manage your notes across all your devices</title>
15-
<link href="icons/favicon.ico" rel="icon" />
16-
<link href="icons/apple-touch-icon.png" rel="apple-touch-icon" />
17-
<link rel="manifest" href="manifest.webmanifest" />
15+
<link href="/favicon.ico" rel="icon" />
16+
<link href="/apple-touch-icon.png" rel="apple-touch-icon" />
17+
<link rel="manifest" href="/manifest.webmanifest" />
1818
<link
1919
as="font"
2020
crossorigin
21-
href="../node_modules/eri/dist/Mona-Sans.woff2"
21+
href="/node_modules/eri/dist/Mona-Sans.woff2"
2222
rel="preload"
2323
type="font/woff2"
2424
/>
25-
<script src="index.tsx" type="module"></script>
25+
<script src="/src/index.tsx" type="module"></script>
2626
</head>
2727
<body>
2828
<noscript>

0 commit comments

Comments
 (0)