Skip to content

Commit cdedf5b

Browse files
committed
Update project scripts.
1 parent 35c0a33 commit cdedf5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/serve.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then
2626
--allow-net \
2727
--allow-read \
2828
--import-map=importMap.server.dev.json \
29-
--watch=. \
29+
--watch \
3030
scripts/serve.mjs
3131
else
3232
deno run \
@@ -35,6 +35,5 @@ else
3535
--allow-net \
3636
--allow-read \
3737
--import-map=importMap.server.json \
38-
--no-check \
3938
scripts/serve.mjs
4039
fi

0 commit comments

Comments
 (0)