mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 01:32:43 +03:00
update vite example for windows users
This commit is contained in:
parent
7e64f27955
commit
e00fa6167f
1742
examples/05-vite/package-lock.json
generated
1742
examples/05-vite/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,13 +5,14 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "npm install && npm run dev",
|
||||
"dev": "elm-spa watch & vite",
|
||||
"dev": "concurrently \"elm-spa watch\" \"vite\"",
|
||||
"build": "elm-spa gen && vite build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Ryan Haskell-Glatz",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"concurrently": "6.0.2",
|
||||
"elm-spa": "6.0.0",
|
||||
"rollup-plugin-elm": "3.0.0",
|
||||
"vite": "2.2.2"
|
||||
|
Loading…
Reference in New Issue
Block a user