mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-09 00:04:06 +00:00
Support process.env in frontend
This commit is contained in:
@@ -23,4 +23,7 @@ export default defineConfig({
|
||||
// "@snowballtools/js-sdk",
|
||||
],
|
||||
},
|
||||
define: {
|
||||
'process.env': 'import.meta.env',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user