Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 2ecc251

Browse files
committed
Added capacitor
1 parent ec53170 commit 2ecc251

File tree

5 files changed

+995
-101
lines changed

5 files changed

+995
-101
lines changed

capacitor.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import type { CapacitorConfig } from '@capacitor/cli';
2+
3+
const config: CapacitorConfig = {
4+
appId: 'foundation.identity.aliased',
5+
appName: 'Aliased',
6+
webDir: 'dist'
7+
};
8+
9+
export default config;

0 commit comments

Comments
 (0)