diff options
| author | seth <[email protected]> | 2023-11-12 01:08:15 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-12 01:08:15 -0500 |
| commit | d65b6b2feb9c164da55ab7cfe377389be669888d (patch) | |
| tree | 296246918312c9ce8b9b19eb67cc1e7a9d77d7e4 /build.ts | |
| parent | fe72f2701ae4a4338981fd19c39008985100ddb1 (diff) | |
chore: make teawie static dir a constant
Diffstat (limited to 'build.ts')
| -rw-r--r-- | build.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ for (const f of wies) { const define = { WIES: JSON.stringify(wies), + WIE_DIR: JSON.stringify("static/teawie"), }; const options = { |
