capkit icon indicating copy to clipboard operation
capkit copied to clipboard

[Bug]: no such file or directory, open './vite.config.ts'

Open bluepuma77 opened this issue 1 year ago • 1 comments

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).

bluepuma77 avatar Mar 07 '24 15:03 bluepuma77

Hey @bluepuma77 Thanks for reporting this, I will look into it and report back.

Hugos68 avatar Mar 08 '24 08:03 Hugos68