0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/site/now.json

16 lines
342 B
JSON
Raw Normal View History

{
"version": 1,
"name": "v3.svelte.technology",
"alias": "v3.svelte.technology",
"env": {
"NODE_ENV": "production",
"BASEURL": "https://v3.svelte.technology",
"GITHUB_CLIENT_ID": "@svelte-gist-client-id-v3",
"GITHUB_CLIENT_SECRET": "@svelte-gist-client-secret-v3"
},
"files": [
"__sapper__/build",
"static",
"content"
]
}