diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 91552a3..aaa16a2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "build": "rollup -c", - "dev": "rollup -c -w --environment PORT:1776", + "dev": "rollup -c -w --environment PORT:1776", "start": "sirv public --no-clear", "check": "svelte-check --tsconfig ./tsconfig.json" }, @@ -38,4 +38,4 @@ "daisyui": "^2.15.2", "sirv-cli": "^1.0.0" } -} +}
\ No newline at end of file |
