forked from BoostIO/BoostNote-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnow.json
More file actions
32 lines (32 loc) · 795 Bytes
/
now.json
File metadata and controls
32 lines (32 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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": "dist"
}
}
],
"routes": [
{
"src": "/app/storages/.*",
"dest": "/index.html"
},
{
"src": "/app/?(.*)",
"dest": "/$1"
}
]
}