diff options
| -rw-r--r-- | public/static/hello.txt | 1 | ||||
| -rw-r--r-- | wrangler.json | 3 |
2 files changed, 4 insertions, 0 deletions
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" } } |
