18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"version": 2,
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/(.*)",
|
|
"destination": "/api/index.ts"
|
|
},
|
|
{
|
|
"source": "/((?!api/).*)",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"functions": {
|
|
"api/index.ts": {
|
|
"includeFiles": "src/server/**"
|
|
}
|
|
}
|
|
} |