mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/dsz-examaware-mobile
synced 2025-04-29 08:06:38 +00:00
10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
import type { CapacitorConfig } from '@capacitor/cli'
|
|
|
|
const config: CapacitorConfig = {
|
|
appId: 'org.dsz.examaware',
|
|
appName: 'DSZ ExamAware',
|
|
webDir: 'dist',
|
|
}
|
|
|
|
export default config
|