Premier commit

This commit is contained in:
2026-04-03 09:46:31 +02:00
parent 03a917644b
commit 859b3f073c
57 changed files with 2232 additions and 76 deletions

9
capacitor.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.knots.mobile',
appName: 'Knots',
webDir: 'dist/knots-front/browser'
};
export default config;