Skip to content

Commit 7ab898c

Browse files
committed
chore(playground): add start command
1 parent 28e5d64 commit 7ab898c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6+
"start": "npm run node",
67
"node": "node --watch ./server.mjs",
78
"bun": "bun run --watch ./server.mjs",
89
"deno": "deno run -A --watch ./server.mjs"

0 commit comments

Comments
 (0)