mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
17 lines
246 B
JSON
17 lines
246 B
JSON
{
|
|
"version": 2,
|
|
"functions": {
|
|
"api/vercel-ssr/index.js": {
|
|
"includeFiles": "dist/**"
|
|
}
|
|
},
|
|
"routes": [
|
|
{
|
|
"handle": "filesystem"
|
|
},
|
|
{
|
|
"src": "/.*",
|
|
"dest": "/api/vercel-ssr/index.js"
|
|
}
|
|
]
|
|
}
|