vite-deno-example icon indicating copy to clipboard operation
vite-deno-example copied to clipboard

Example of using Vite with Deno

Results 2 vite-deno-example issues
Sort by recently updated
recently updated
newest added

App with backend api proxy got error. ```ts // vite.config.mts export default defineConfig(({ mode }) => ({ server: { proxy: { '/api': { target: 'http://xxx.xxx.xxx.xxx:8000/api, changeOrigin: true, } } }...

VSCode is showing error on import. The app is running fine BTW. ![image](https://user-images.githubusercontent.com/97509/207200945-e244be76-660c-4c33-800b-8a301b1ed0bf.png) Fresh install. Any help is welcome.