Fix production environment variables

- Remove old Confluence variables
- Add NEXT_PUBLIC_API_URL for API access

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
DaX
2025-06-20 00:11:36 +02:00
parent 1a96e5eef6
commit a2252fa923
31 changed files with 4089 additions and 42 deletions

16
scripts/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "filamenteka-scripts",
"version": "1.0.0",
"description": "Migration and utility scripts for Filamenteka",
"scripts": {
"migrate": "node migrate-with-parser.js",
"migrate:clear": "node migrate-with-parser.js --clear"
},
"dependencies": {
"aws-sdk": "^2.1472.0",
"axios": "^1.6.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"uuid": "^9.0.1"
}
}