mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-19 22:53:08 +00:00
This reverts commit 583c3eb4a6.
This commit is contained in:
@@ -59,10 +59,6 @@ export default defineConfig({
|
||||
ALLOWED_ROOT_DIRECTORY: '',
|
||||
// Simulate containerized environment to skip sandbox confirmation dialogs
|
||||
IS_CONTAINERIZED: 'true',
|
||||
// Increase Node.js memory limit to prevent OOM during tests
|
||||
NODE_OPTIONS: [process.env.NODE_OPTIONS, '--max-old-space-size=4096']
|
||||
.filter(Boolean)
|
||||
.join(' '),
|
||||
},
|
||||
},
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user