Revert "after npx cap add ... for ios & android"

This reverts commit 17f304ddb8.
This commit is contained in:
2024-11-15 20:38:40 -07:00
parent a1b70db370
commit bd622e19a8
64 changed files with 0 additions and 1577 deletions

View File

@@ -1,9 +0,0 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'app.timesafari',
appName: 'Time Safari',
webDir: 'dist'
};
export default config;