diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 834d0fd..c022e45 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -8,7 +8,7 @@ import svgLoader from 'vite-svg-loader' import Components from 'unplugin-vue-components/vite' // Development mode: -// npm run dev # Run frontend that proxies to dev_backend +// bun run dev # Run frontend that proxies to dev_backend // cista -l :8000 --dev # Run backend const dev_backend = { target: "http://localhost:8000",