From 4401dce2b5545ce8117818812d8e3c8919f5f7fd Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 10 Oct 2024 21:05:48 -0400 Subject: Remove redundancy in `hi-ui` directory name. --- ui/vite.config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ui/vite.config.js (limited to 'ui/vite.config.js') diff --git a/ui/vite.config.js b/ui/vite.config.js new file mode 100644 index 0000000..05a5a6f --- /dev/null +++ b/ui/vite.config.js @@ -0,0 +1,11 @@ +import { sveltekit } from '@sveltejs/kit/vite'; +import { defineConfig } from 'vite'; + +export default defineConfig({ + plugins: [sveltekit()], + server: { + proxy: { + '/api': 'http://localhost:64209', + }, + }, +}); -- cgit v1.2.3