refactor to place UI in the ui folder

This commit is contained in:
2024-11-29 12:29:56 -07:00
parent 92c981a7e3
commit 09a0c44e50
117 changed files with 199 additions and 0 deletions

9
ui/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;