mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 12:53:10 +00:00
9 lines
276 B
JSON
9 lines
276 B
JSON
{
|
|
"version": 2,
|
|
"installCommand": "npm ci --workspaces",
|
|
"buildCommand": "npm run -w packages/core build && npm run -w packages/react build && npm run -w app build",
|
|
"outputDirectory": "app/dist",
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
|
}
|
|
|