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 63d0efd commit 66dac4fCopy full SHA for 66dac4f
apps/postgres-new/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"private": true,
5
"scripts": {
6
- "dev": "next dev",
+ "dev": "npm run build:sw && next dev",
7
"build": "npm run build:sw && next build",
8
"build:sw": "vite build",
9
"start": "next start",
0 commit comments