mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 23:07:02 +08:00
feat(mobile): iOS app testflight (#8501)
This commit is contained in:
12
packages/frontend/apps/android/capacitor.config.ts
Normal file
12
packages/frontend/apps/android/capacitor.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'app.affine.pro',
|
||||
appName: 'AFFiNE',
|
||||
webDir: 'dist',
|
||||
android: {
|
||||
path: 'App',
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user