wip
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
"build": "vite build",
|
||||
"build-nova-custom-html": "cd nova-components/NovaCustomHtml && npm run dev",
|
||||
"build-nova-custom-html-prod": "cd nova-components/NovaCustomHtml && npm run prod"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^1.6.1",
|
||||
"laravel-vite-plugin": "^0.8.0",
|
||||
"vite": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user