Files
steven 4d30803b60 Initial commit: AIFO official portal web.
Add static site, shared layout, and Node dev server with standard .gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 15:29:50 +08:00

14 lines
306 B
JSON

{
"name": "aifo-portal-web",
"private": true,
"description": "AIFO static portal with shared layout components",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"migrate:layout": "node scripts/migrate-layout.mjs"
},
"dependencies": {
"express": "^4.21.2"
}
}