From 3c4a86abee839a70eef202b2971bfe2fbf122f8d Mon Sep 17 00:00:00 2001 From: Alex Pooley Date: Wed, 19 Mar 2025 05:20:23 +0000 Subject: chore: add assets directory to wrangler.json and create hello.txt in public/static --- public/static/hello.txt | 1 + wrangler.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 public/static/hello.txt diff --git a/public/static/hello.txt b/public/static/hello.txt new file mode 100644 index 0000000..d8d0d58 --- /dev/null +++ b/public/static/hello.txt @@ -0,0 +1 @@ +hi! :3 \ No newline at end of file diff --git a/wrangler.json b/wrangler.json index c6bc9ae..51d6634 100644 --- a/wrangler.json +++ b/wrangler.json @@ -12,5 +12,8 @@ "observability": { "enabled": true, "head_sampling_rate": 1 + }, + "assets": { + "directory": "public" } } -- cgit v1.2.3