{ "name": "boostnote.next", "version": 2, "build": { "env": { "AMPLIFY_AUTH_IDENTITY_POOL_ID": "@staging-boostnote.next-amplify_auth_identity_pool_id", "AMPLIFY_AUTH_REGION": "@staging-boostnote.next-amplify_auth_region", "AMPLIFY_PINPOINT_APPID": "@staging-boostnote.next-amplify_pinpoint_appid", "AMPLIFY_PINPOINT_REGION": "@staging-boostnote.next-amplify_pinpoint_region", "BOOST_NOTE_BASE_URL": "@staging-boostnote.next-boost_note_base_url" } }, "builds": [ { "src": "package.json", "use": "@now/static-build", "config": { "distDir": "compiled" } }, { "src": "resources/*", "use": "@now/static" } ], "routes": [ { "src": "/app/(.*).(js|icon|css|svg|png|gif|jpeg)$", "dest": "/$1.$2" }, { "src": "/app/?(.*)", "dest": "/index.html" } ] }