fix(www): mark deploy script as module

This commit is contained in:
Dax Raad 2026-07-25 21:15:37 -04:00
parent 203a0613b8
commit 56a9c0150a

View file

@ -1,3 +1,5 @@
export {}
const path = "dist/server/wrangler.json"
const config = await Bun.file(path).json()