mirror of
https://github.com/supabase/supabase.git
synced 2026-05-14 14:49:37 +08:00
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
11 lines
220 B
TypeScript
11 lines
220 B
TypeScript
import { CapacitorConfig } from '@capacitor/cli'
|
|
|
|
const config: CapacitorConfig = {
|
|
appId: 'io.ionic.starter',
|
|
appName: 'supabase-ionic-angular',
|
|
webDir: 'www',
|
|
bundledWebRuntime: false,
|
|
}
|
|
|
|
export default config
|