every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
15
deploy/cloudflare-worker/package.json
Normal file
15
deploy/cloudflare-worker/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "every-channel-site",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"typescript": "5.9.3",
|
||||
"wrangler": "^4.63.0"
|
||||
},
|
||||
"scripts": {
|
||||
"cf-typegen": "wrangler types",
|
||||
"dev": "wrangler dev --local --port 8787",
|
||||
"deploy": "wrangler deploy"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue