Wrap the filer on the build.ts
This commit is contained in:
parent
242a7d23da
commit
d0ec03843a
@ -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}"`,
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user