enrecipes/nativescript.config.ts
2020-11-02 17:06:53 +05:30

13 lines
281 B
TypeScript

import { NativeScriptConfig } from "@nativescript/core"
export default {
id: "com.vishnuraghav.enrecipes",
appResourcesPath: "App_Resources",
android: {
v8Flags: "--expose_gc",
markingMode: "none",
codeCache: true,
},
appPath: "app",
} as NativeScriptConfig