1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Update scripts

This commit is contained in:
Benjamin Beganović 2023-09-04 16:08:47 +02:00
parent 6df3a5abee
commit c23577082b

View File

@ -1,12 +1,9 @@
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
"dev": "vite",
"build": "vite build",
"production": "vite build"
},
"devDependencies": {
"@babel/compat-data": "7.15.0",