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 cba29f7 commit 20e24a4Copy full SHA for 20e24a4
package.json
@@ -17,7 +17,7 @@
17
"check-types": "tsc --noEmit --pretty",
18
"commit": "cz",
19
"test": "jest",
20
- "test:dev": "start-server-and-test dev http://localhost:4000 'curl --head http://localhost:4000'",
+ "test:dev": "start-server-and-test dev http://127.0.0.1:4000 'curl --head http://127.0.0.1:4000'",
21
"db:push": "prisma db push",
22
"prepare": "husky install",
23
"postinstall": "prisma generate"
0 commit comments