diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-27 21:03:51 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-27 21:28:10 +1000 |
| commit | 96bb515a603499abb016d381f0bdb5bd51ebda92 (patch) | |
| tree | 9a1f4331b942bdbe33418ff67bf3d5f8a338e147 /vite.config.js | |
| parent | 761eef9a720b8fb85786ba4dc84805fdcc0d7d48 (diff) | |
Enable client directly using server URL, while avoiding CORS restrictions
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
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'] }, |
