enrecipes/nativescript.config.ts
2020-12-07 20:15:00 +05:30

13 lines
283 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