mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
feat(core): build config for ios android (#8555)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type BuildFlags = {
|
||||
distribution: 'web' | 'desktop' | 'admin' | 'mobile';
|
||||
distribution: 'web' | 'desktop' | 'admin' | 'mobile' | 'ios' | 'android';
|
||||
mode: 'development' | 'production';
|
||||
channel: 'stable' | 'beta' | 'canary' | 'internal';
|
||||
static: boolean;
|
||||
|
||||
Reference in New Issue
Block a user