11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"version": 2,
|
|
"buildCommand": "npm run build",
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/packages/demo-server/index.ts"
|
|
}
|
|
]
|
|
}
|