updated the fixes to file upload ui and game updated
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "dev": "next dev -p 3000", | ||
| "build": "next build", | ||
| "start": "next start", | ||
| "lint": "eslint" | ||
| ... | ... | @@ -35,4 +35,4 @@ |
| "tailwindcss": "^4", | ||
| "typescript": "^5" | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment