capkit icon indicating copy to clipboard operation
capkit copied to clipboard

CLI to integrate Capacitor into SvelteKit

Results 3 capkit issues
Sort by recently updated
recently updated
newest added

It seems that `capkit` is fixed to `vite.config.ts`: ``` % npm run dev:cap ... [Error: ENOENT: no such file or directory, open './vite.config.ts'] { errno: -2, code: 'ENOENT', syscall: 'open',...

As per: * https://khromov.se/build-your-capacitor-ios-app-bundle-using-github-actions/ * https://khromov.se/build-your-capacitor-android-app-bundle-using-github-actions/ Let me know if something doesn't work out as per the blog posts!