forked from epesooj/webring
First version of webring with simple landing page and control functions.
This commit is contained in:
commit
554960fbef
22 changed files with 3621 additions and 0 deletions
8
wrangler.toml
Normal file
8
wrangler.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
#:schema node_modules/wrangler/config-schema.json
|
||||
name = "epesooj-webring"
|
||||
pages_build_output_dir = "./public"
|
||||
compatibility_date = "2024-09-27"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
[vars]
|
||||
NODE_VERSION = "22.8.0"
|
Loading…
Add table
Add a link
Reference in a new issue