diff --git a/bun.lockb b/bun.lockb index 91b0e3b..d97726d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 280514a..14d1839 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { - "name": "binario", + "name": "tsgames", "module": "index.ts", "type": "module", "scripts": { - "start": "bun --hot src/server.ts" + "start": "bun --hot src/build/server.ts", + "build": "bun src/build/build.ts" }, "dependencies": { "classnames": "2.5.1", @@ -11,7 +12,9 @@ }, "devDependencies": { "@types/bun": "latest", + "@types/inquirer": "9.0.7", "bun-lightningcss": "0.2.0", + "inquirer": "9.3.4", "typescript": "5.5.2" } } \ No newline at end of file diff --git a/src/assets/index.html b/src/assets/index.html index 983cdce..59becd0 100644 --- a/src/assets/index.html +++ b/src/assets/index.html @@ -3,14 +3,8 @@
-