From 96bb515a603499abb016d381f0bdb5bd51ebda92 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 27 Jun 2022 21:03:51 +1000 Subject: Enable client directly using server URL, while avoiding CORS restrictions --- vite.config.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js index 2e470fc..40f62d7 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,9 +4,6 @@ import vue from '@vitejs/plugin-vue' export default defineConfig({ plugins: [vue()], server: { - proxy: { - '/data': 'http://localhost:8000', - }, watch: { ignored: ['**/backend', '**/public'] }, -- cgit v1.2.3