mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 21:03:09 +00:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"version": 2,
|
|
"installCommand": "npm ci --workspaces --include=optional",
|
|
"buildCommand": "cd app && npm run build",
|
|
"outputDirectory": "app/dist",
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
|
|
"functions": {
|
|
"app/dist/**": {
|
|
"runtime": "nodejs20.x"
|
|
}
|
|
}
|
|
}
|
|
|