diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-19 19:54:47 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-19 19:54:47 -0400 |
| commit | b1f1f064bbede5d02bdd7e83c384351c8de669f4 (patch) | |
| tree | 8ec7d2569436980d935b70b0f6e737bd1e3ccf8e /package.json | |
| parent | fc95de77de5ef1b34150f40555fb380c99bc3b36 (diff) | |
cleanup unused packages
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 |
