improve front page

This commit is contained in:
Evan
2025-01-25 17:31:09 -08:00
parent dbe3bdd8e5
commit 95aa222f8e
7 changed files with 238 additions and 251 deletions
+2 -3
View File
@@ -9,8 +9,7 @@
"start:server-dev": "GAME_ENV=dev node --loader ts-node/esm --experimental-specifier-resolution=node src/server/Server.ts",
"dev": "GAME_ENV=dev concurrently \"npm run start:client\" \"npm run start:server-dev\"",
"tunnel": "npm run build-prod && npm run start:server",
"test": "jest",
"tailwind": "tailwindcss build -i ./src/client/tailwind.css -o public/tailwind.css"
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -95,4 +94,4 @@
"zod": "^3.23.8"
},
"type": "module"
}
}