This commit is contained in:
eric
2026-03-12 02:43:31 -05:00
parent 51b88291ef
commit 170a9939aa
6 changed files with 61 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "eslint"