Skip to content

Commit

Permalink
update deno
Browse files Browse the repository at this point in the history
  • Loading branch information
unit-404 committed Oct 14, 2024
1 parent 297c43c commit 2cf6ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"worker": "vite build --config worker.config.js --mode developer",
"build": "vite build --config uniform.config.js --mode developer",
"preview": "vite preview",
"test": "deno --allow-all ./test/Host.ts"
"test": "deno run --allow-all ./test/Host.ts"
},
"browserslist": [
"last 1 chrome version",
Expand Down

0 comments on commit 2cf6ee5

Please sign in to comment.