fix: Update OS_PLATFORM definition to reflect the current platform
This commit is contained in:
@@ -162,6 +162,6 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
define: {
|
||||
OS_PLATFORM: '"unknown"',
|
||||
OS_PLATFORM: `"${process.platform}"`,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user