Server
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"tasks": {
|
||||
"build": "deno run -A build.ts",
|
||||
"serve:client": "deno run --allow-net --allow-read jsr:@std/http/file-server build"
|
||||
"serve:client": "deno run --allow-net --allow-read jsr:@std/http/file-server build",
|
||||
"server": "deno run --allow-net --allow-read --allow-write --allow-env server/main.ts"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "dom.asynciterable", "dom.iterable", "deno.ns", "deno.unstable"]
|
||||
@@ -18,6 +19,7 @@
|
||||
"@gfx/canvas-wasm": "jsr:@gfx/canvas-wasm@^0.4.2",
|
||||
"@paulaboks/rng": "jsr:@paulaboks/rng@^0.0.3",
|
||||
"@std/fs": "jsr:@std/fs@^1.0.23",
|
||||
"@std/http": "jsr:@std/http@^1.0.23",
|
||||
"gl-matrix": "npm:gl-matrix@^3.4.4",
|
||||
"marked": "npm:marked@^17.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user