add wrangler and readme
This commit is contained in:
parent
e9be0e55c8
commit
e25d59adab
|
@ -0,0 +1 @@
|
||||||
|
wrangler.toml
|
|
@ -4,7 +4,7 @@ This repository will house any initialization scripts, constant data, design not
|
||||||
## Design Notes
|
## Design Notes
|
||||||
All activities will be stored in our own database for simplicity and so that data can be formatted in a usable setup. Activity names will not be stored in the DB and instead will live in a `[type].[lang].json` file in their game translated forms.
|
All activities will be stored in our own database for simplicity and so that data can be formatted in a usable setup. Activity names will not be stored in the DB and instead will live in a `[type].[lang].json` file in their game translated forms.
|
||||||
|
|
||||||
The current plan is to host this database on Cloudflare D1.
|
The current plan is to host this database on Cloudflare D1, which is based on SQLite.
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
Current translation file list:
|
Current translation file list:
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[[d1_databases]]
|
||||||
|
binding = "DB"
|
||||||
|
database_name = "dutylog"
|
||||||
|
database_id = "[id]"
|
Loading…
Reference in New Issue