4d30803b60
Add static site, shared layout, and Node dev server with standard .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
306 B
JSON
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"
|
|
}
|
|
}
|