chore: move to biome
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'io.ionic.starter',
|
||||
appName: 'mobile',
|
||||
webDir: 'dist'
|
||||
appId: "io.ionic.starter",
|
||||
appName: "mobile",
|
||||
webDir: "dist",
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user