Skip to content

Commit 8aa23e8

Browse files
Update broken routing in example, switch to vite
1 parent d9927a8 commit 8aa23e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {
7-
"start": "parcel index.html",
8-
"build": "parcel build index.html"
7+
"start": "vite",
8+
"build": "vite build"
99
},
1010
"dependencies": {
1111
"history": "5.1.0",

0 commit comments

Comments
 (0)