scolkg
Results
1
comments of
scolkg
I asked Claude about this issue. and he gave me the code.. vite.config.ts ``` export default defineConfig({ define: { ENV_TARGET: JSON.stringify("web"), }, ... ```