From 533ab89fe9333ecad79d691314fac3a1f066692d Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 17 Oct 2023 13:51:45 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e73c965..6a4c180 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ zig-cache/ zig-out/ +core diff --git a/README.md b/README.md index a5f63fc..ed23995 100644 --- a/README.md +++ b/README.md @@ -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: --------------