enrecipes/nativescript.config.ts
2020-11-29 18:24:21 +05:30

13 lines
287 B
TypeScript

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