add something about how we expect to work infra updates

The wrangler project does some bundling for us, that we are not
ready to reproduce here. So for the time being, we will do this
manually
This commit is contained in:
Emil Lerch 2023-10-17 13:51:45 -07:00
parent 6988555e51
commit 533ab89fe9
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
zig-cache/
zig-out/
core

View File

@ -8,6 +8,10 @@ Until we're better
2. Add `worker_name.txt` to `src/` with CloudFlare worker name
3. `zig build run`
Getting new index.js
--------------------
* Run a real wrangler deploy, then go into the console and copy/paste
Steps we take:
--------------