|
|
@@ -113,6 +113,7 @@ export default defineConfig({
|
|
|
define: {
|
|
|
__PLATFORM__: JSON.stringify(platform),
|
|
|
process: JSON.stringify({
|
|
|
+ platform: JSON.stringify(process?.platform),
|
|
|
env: {
|
|
|
NODE_ENV: JSON.stringify(process?.env?.IS_DEV ? "development" : "production"),
|
|
|
CLINE_ENVIRONMENT: JSON.stringify(process?.env?.CLINE_ENVIRONMENT ?? "production"),
|