mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-09 15:13:10 +00:00
chore(global): usual commit-them-all to avoid data loss
Gonna start over on the workspace due to technical diffculties. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
81902a0b3c
commit
4df05ae9c4
18 changed files with 224 additions and 32 deletions
15
.env.example
Normal file
15
.env.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
# wrangler specifics, DO NOT LEAK SHIT!
|
||||
# see https://developers.cloudflare.com/workers/wrangler/system-environment-variables/ for details
|
||||
# After selecting your CF account, copy the account ID after dash.cloudflare.com/ into the
|
||||
# variable below.
|
||||
CLOUDFLARE_ACCOUNT_ID=cf0bd808c6a294fd8c4d8f6d2cdeca05
|
||||
# DO NOT PASTE IT IN .env.example file!
|
||||
CLOUDFLARE_API_TOKEN=
|
||||
# CLI options stuff
|
||||
WRANGLER_SEND_METRICS=true
|
||||
WRANGLER_LOG=log
|
||||
|
||||
# build configurations as feature flags
|
||||
FF_ENABLE_COMMIT_DATA=true
|
||||
# applies at build time, make sure required deps for
|
||||
FF_GENERATE_SOCIAL_CARDS=false
|
Loading…
Add table
Add a link
Reference in a new issue