capkit
capkit copied to clipboard
[Bug]: no such file or directory, open './vite.config.ts'
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',
path: './vite.config.ts'
}
Newer svelte can be set to JSDoc, which might cause the use of vite.config.js (which exists locally).
Hey @bluepuma77 Thanks for reporting this, I will look into it and report back.