chore: use 5314 as a custom dev port (#95)

This commit is contained in:
Shinigami 2022-11-25 16:15:54 +01:00 committed by GitHub
parent ae2ce85bcc
commit 2c630292af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
"homepage": "https://elk.zone/",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"dev": "nuxi dev --port 5314",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"postinstall": "nuxi prepare",