Remove src directory - simplify project structure

This commit is contained in:
sokol
2026-02-21 20:15:00 +03:00
parent d71529b030
commit a0f6276e5d
5 changed files with 5 additions and 340 deletions

View File

@@ -2,9 +2,9 @@
"name": "hexo",
"version": "0.1.0",
"description": "Educational dice game - DiceWars clone",
"main": "src/index.js",
"main": "public/game.js",
"scripts": {
"start": "node src/index.js",
"start": "node server.js",
"serve": "node server.js",
"test": "node --test"
},