We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c83349 commit db48803Copy full SHA for db48803
package.json
@@ -2,8 +2,8 @@
2
"name": "nitro-deploys",
3
"private": true,
4
"scripts": {
5
- "build": "vite build",
6
- "dev": "vite dev",
+ "build": "rollup build",
+ "dev": "rollup dev",
7
"lint": "eslint . && prettier -c .",
8
"lint:fix": "eslint --fix . && prettier -w -c .",
9
"readme": "automd && pnpm lint:fix",
0 commit comments