首页页面

This commit is contained in:
2025-03-11 14:57:23 +08:00
parent 9b36ab40f2
commit 5e3ade9aba
38 changed files with 1092 additions and 182 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 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -14,6 +14,8 @@
"next": "15.2.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.2.1",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",