mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-25 09:09:35 +01:00
60806f74b9
* Push * Remove `rootDir` * Use tsconfig instead of jsconfig * Push recent changes * Better dark mode * empty commit to try and trigger a deploy * bump kit * Fix site-kit dep * Comment out blurb * Update site-kit to 3.2.1 * Externalise sourcemap-codec * Install sourcemap-codec as dep --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>
20 lines
524 B
Bash
20 lines
524 B
Bash
# for local development, copy this file to .env.local file and
|
|
# fill in the blanks
|
|
|
|
# server-side
|
|
GITHUB_CLIENT_ID=
|
|
GITHUB_CLIENT_SECRET=
|
|
|
|
# Path to local copy of Svelte relative from sites/svelte.dev. Used by the REPL.
|
|
# Optional. The default value assumes the svelte repo and sites repo are in the same directory.
|
|
# LOCAL_SVELTE_PATH=../../../svelte
|
|
|
|
# staging database
|
|
SUPABASE_URL=https://kpaaohfbmxvespqoqdzp.supabase.co
|
|
SUPABASE_KEY=
|
|
|
|
PUBLIC_API_BASE="https://api.svelte.dev"
|
|
|
|
# client-side
|
|
VITE_MAPBOX_ACCESS_TOKEN=
|