10 lines
261 B
JSON
10 lines
261 B
JSON
|
{
|
||
|
"outputDirectory": "dist",
|
||
|
"installCommand": "npm install",
|
||
|
"buildCommand": "npm run build",
|
||
|
"devCommand": "npm run start",
|
||
|
"routes": [
|
||
|
{ "handle": "filesystem" },
|
||
|
{ "src": "/(.*)", "status": 404, "dest": "/404" }
|
||
|
]
|
||
|
}
|