mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: add apps for profiling
This commit is contained in:
14
apps/old/nativescript.config.ts
Normal file
14
apps/old/nativescript.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { NativeScriptConfig } from '@nativescript/core';
|
||||
|
||||
export default {
|
||||
id: 'org.nativescript.dom.events.old',
|
||||
appResourcesPath: '../../tools/assets/App_Resources',
|
||||
android: {
|
||||
v8Flags: '--expose_gc',
|
||||
markingMode: 'none',
|
||||
},
|
||||
appPath: 'src',
|
||||
cli: {
|
||||
packageManager: 'npm',
|
||||
},
|
||||
} as NativeScriptConfig;
|
||||
Reference in New Issue
Block a user