enrecipes/nativescript.config.ts

13 lines
287 B
TypeScript
Raw Normal View History

2020-11-02 11:36:53 +00:00
import { NativeScriptConfig } from "@nativescript/core"
2020-10-21 18:26:19 +00:00
export default {
2021-05-22 08:56:31 +00:00
id: "com.vishnuraghav.EnRecipes",
2021-04-01 12:23:44 +00:00
appPath: "app",
appResourcesPath: "app/resources",
2020-10-21 18:26:19 +00:00
android: {
2020-11-02 11:36:53 +00:00
v8Flags: "--expose_gc",
markingMode: "none",
2021-04-12 18:09:48 +00:00
},
// profiling: 'timeline'
2020-10-21 18:26:19 +00:00
} as NativeScriptConfig