first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: "com.kazerlelutin.bento",
|
||||
appName: "Bento",
|
||||
webDir: "../web/dist",
|
||||
server: {
|
||||
androidScheme: "https"
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user