feat: mock user in dev (#221)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
patak 2022-11-29 10:43:01 +01:00 committed by GitHub
parent 59802f0896
commit ea04cc2c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,7 @@
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev --port 5314",
"dev:mocked": "nuxi dev --port 5314 --dotenv .env.mock",
"start": "PORT=5314 node .output/server/index.mjs",
"lint": "eslint .",
"prepare": "esno scripts/prepare.ts",