diff --git a/.inscode b/.inscode index 97bb3c553076123f20211a700a338bc527c8e6f5..c2e12ce7b9142f3e9dfcd0d9cb5e72b28be2f34d 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,9 @@ run = "dist/index.html" entrypoint = "index.ts" +language = "node" [nix] channel = "stable-22_11" + +[debugger] +program = "main.js" diff --git a/dist/index.html b/dist/index.html index b8f5abbc1f5109577114c2e61f27abe1a3f5424d..9c018b021097a19d8e16a839125d5f1449bb3ae5 100644 --- a/dist/index.html +++ b/dist/index.html @@ -38,31 +38,31 @@ - - + + diff --git a/index.html b/index.html index c444d9f3a41d633b04a6826703d763d4e1c10919..52ec065f9beb438f2cb17b7fb6f972349342bd14 100644 --- a/index.html +++ b/index.html @@ -35,31 +35,31 @@ - - + + diff --git a/package.json b/package.json index 874c9c6d2892fb4859a5d82ee3e7f400cf1c0fa0..1fe6b5bfaa58d99b2d784ea4633d8ac363c08fdf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "MIT", "author": "Yulei Zhu", - "description": "Minecraft clone made with Three.js and TypeScript", + "description": "用Three.js和TypeScript制作的Minecraft克隆", "scripts": { "dev": "vite", "build": "vite build --base=/dist/",