fix: removed the meanness

removed the meanness left by the developer of the base code
This commit is contained in:
kilyabin
2025-11-24 02:06:12 +04:00
parent ce8aa2e707
commit 3ccab6bf51
10 changed files with 22 additions and 28 deletions

View File

@@ -7,9 +7,9 @@
"npm": ">=10.0.0"
},
"scripts": {
"dev": "next dev --webpack",
"dev": "next dev --webpack -H 0.0.0.0",
"build": "next build",
"start": "next start",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {