2020-11-02 11:36:53 +00:00
|
|
|
import { NativeScriptConfig } from "@nativescript/core"
|
2020-10-21 18:26:19 +00:00
|
|
|
|
|
|
|
export default {
|
2020-11-02 11:36:53 +00:00
|
|
|
id: "com.vishnuraghav.enrecipes",
|
2020-11-07 12:33:07 +00:00
|
|
|
appResourcesPath: "app/App_Resources",
|
2020-10-21 18:26:19 +00:00
|
|
|
android: {
|
2020-11-02 11:36:53 +00:00
|
|
|
v8Flags: "--expose_gc",
|
|
|
|
markingMode: "none",
|
|
|
|
codeCache: true,
|
2020-10-21 18:26:19 +00:00
|
|
|
},
|
2020-11-02 11:36:53 +00:00
|
|
|
appPath: "app",
|
2020-10-21 18:26:19 +00:00
|
|
|
} as NativeScriptConfig
|