aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/vite.config.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-07 21:05:04 +0800
committercrupest <crupest@outlook.com>2023-07-07 21:05:04 +0800
commitfcc2f9dade8de831fa5ec4121c4bf4522674b87f (patch)
tree7c7825b3b6bf7caddd8d9c05901a72da6c5ea764 /docker/crupest-nginx/sites/www/vite.config.js
parent2a53355cac217046f6bd251be3f2b27e9c7d790d (diff)
downloadcrupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.tar.gz
crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.tar.bz2
crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.zip
Update www page.
Diffstat (limited to 'docker/crupest-nginx/sites/www/vite.config.js')
-rw-r--r--docker/crupest-nginx/sites/www/vite.config.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/docker/crupest-nginx/sites/www/vite.config.js b/docker/crupest-nginx/sites/www/vite.config.js
deleted file mode 100644
index a30c7ea..0000000
--- a/docker/crupest-nginx/sites/www/vite.config.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/** @type {import('vite').UserConfig} */
-export default {
- build: {
- sourcemap: true,
- },
- server: {
- port: 6123,
- strictPort: true,
- proxy: {
- "/api": {
- target: "http://localhost:5188",
- changeOrigin: true,
- },
- },
- },
-};