Skip to content

Commit

Permalink
Dev local and default to remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed May 24, 2024
1 parent 1b00744 commit 3787d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:remote": "nuxt dev --remote",
"dev:local": "nuxt dev",
"dev": "nuxt dev --remote",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
Expand Down

0 comments on commit 3787d9c

Please sign in to comment.