From d65b6b2feb9c164da55ab7cfe377389be669888d Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 12 Nov 2023 01:08:15 -0500 Subject: chore: make teawie static dir a constant --- build.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'build.ts') diff --git a/build.ts b/build.ts index 4937cf3..faa049b 100644 --- a/build.ts +++ b/build.ts @@ -32,6 +32,7 @@ for (const f of wies) { const define = { WIES: JSON.stringify(wies), + WIE_DIR: JSON.stringify("static/teawie"), }; const options = { -- cgit v1.2.3