Skip to content

Commit

Permalink
chore: dev:rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 18, 2024
1 parent 42ffe18 commit 5ea582e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app/.env.playground.rest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MOQUERIE_OVERRIDE_CWD=../../playgrounds/quick-rest
2 changes: 1 addition & 1 deletion packages/app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ logs
# Local env files
.env
.env.*
!.env.playground
!.env.playground*
1 change: 1 addition & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"build": "nuxt prepare && nuxt build",
"dev": "nuxt prepare && nuxt dev --dotenv .env.playground",
"dev:rest": "nuxt prepare && nuxt dev --dotenv .env.playground.rest",
"test:types": "nuxt typecheck"
},
"peerDependencies": {
Expand Down

0 comments on commit 5ea582e

Please sign in to comment.