mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: use nativescript.config with apps
This commit is contained in:
10
apps/ui/nativescript.config.ts
Normal file
10
apps/ui/nativescript.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { NativeScriptConfig } from '@nativescript/core';
|
||||
|
||||
export default {
|
||||
id: 'org.nativescript.uitestsapp',
|
||||
appResourcesPath: '../../tools/assets/App_Resources',
|
||||
android: {
|
||||
v8Flags: '--expose_gc',
|
||||
markingMode: 'none'
|
||||
},
|
||||
} as NativeScriptConfig;
|
||||
Reference in New Issue
Block a user