summaryrefslogtreecommitdiff
path: root/build.ts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-12 01:08:15 -0500
committerseth <[email protected]>2023-11-12 01:08:15 -0500
commitd65b6b2feb9c164da55ab7cfe377389be669888d (patch)
tree296246918312c9ce8b9b19eb67cc1e7a9d77d7e4 /build.ts
parentfe72f2701ae4a4338981fd19c39008985100ddb1 (diff)
chore: make teawie static dir a constant
Diffstat (limited to 'build.ts')
-rw-r--r--build.ts1
1 files changed, 1 insertions, 0 deletions
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 = {