prod bug wallsmash

This commit is contained in:
Sewmina 2025-05-02 16:23:27 +00:00
parent 45f992c386
commit 65cd4ad11c
3 changed files with 14 additions and 3 deletions

View File

@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3030",
"dev": "next dev -p 3031",
"build": "next build",
"start": "next start -p 3030",
"start": "next start -p 3031",
"lint": "next lint"
},
"dependencies": {

View File

@ -20,7 +20,7 @@ export const games = [
name: "Wall Smash",
entryFee: "0.05 ETH",
thumbnail: "/duelfiassets/Wall Smash Game Cover Illustration.png",
isAvailable: false
isAvailable: true
}
];

11
start-server.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Load NVM
export NVM_DIR="/root/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# Navigate to the project directory
cd /root/duelfi/duelfi
# Run the server
npm run start