diff --git a/.gitignore b/.gitignore index 4e3970f..fd4e3bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ echo "# Next.js build output .next/** .next/dev/lock out +appro-admin # Dependencies node_modules/ diff --git a/appro-admin.zip b/appro-admin.zip new file mode 100644 index 0000000..9209365 Binary files /dev/null and b/appro-admin.zip differ diff --git a/package.json b/package.json index 7f8b6ad..cce5c6a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && next export && mv out appro-admin", "start": "next start", "lint": "eslint" }, @@ -28,4 +28,4 @@ "tailwindcss": "^4.2.0", "typescript": "^5" } -} +} \ No newline at end of file