Wrap the filer on the build.ts

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:36:15 -04:00
parent 242a7d23da
commit d0ec03843a

View File

@ -15,7 +15,7 @@ async function main() {
...config,
verbose: true,
define: {
'Bun.env.APP_URL': Bun.env.APP_URL,
'Bun.env.APP_URL': `"${Bun.env.APP_URL}"`,
}
});