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