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

@ -1,4 +1,4 @@
{
"installDependencies": true,
"startCommand": "npm run dev"
"startCommand": "npm run dev:mocked"
}