Vignesh Aithal
Vignesh Aithal
@ElijahLynn @mikkelsvartveit Refer this https://github.com/zed-industries/zed/issues/6685#issuecomment-1913032296 I got it working by following these steps.
@ElijahLynn open chat assistant panel and then search you will get reset key option.
@omegabyte In chat did you press cmd + enter after typing?
> Hey @mrnugget @mikaelsouza, I've managed to get the `cmd + Enter` on the assistant to work now! I had to... > > 1. Generate a new API key, add...
@wre232114 tried with ```@sveltejs/vite-plugin-svelte``` but, still getting the same error.
@wre232114 Here is my ```vite.config.ts``` ``` import { sveltekit } from "@sveltejs/kit/vite"; import { defineConfig } from "vite"; export default defineConfig({ plugins: [sveltekit()], }); ``` With Vite it is working...
Any other way of using it in SvelteKit?