16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"handle": "filesystem"
|
|
},
|
|
{
|
|
"src": "/static/js/[^.]*\\.[^.]*\\.chunk.js",
|
|
"status": 404
|
|
}
|
|
],
|
|
"functions": {
|
|
"api/assetImage.js": {
|
|
"excludeFiles": "node_modules/playwright/**"
|
|
}
|
|
}
|
|
}
|