initial commit

This commit is contained in:
2024-11-24 20:29:22 -07:00
commit e660906090
107 changed files with 9245 additions and 0 deletions

9
capacitor.config.ts Normal file
View File

@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'vin.sa.ca',
appName: 'comment-anywhere',
webDir: 'dist'
};
export default config;