Début du login + parametres

This commit is contained in:
2026-06-10 11:49:23 +02:00
parent 1cc9688d00
commit b85d09ee55
25 changed files with 464 additions and 221 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.knots.mobile',
appName: 'Knots',
webDir: 'dist/knots-front/browser'
appName: 'knots',
webDir: 'dist'
};
export default config;