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
commite2e2f73fb9197ab739ce316f91c22b28393b65c3 (patch)
tree7c7825b3b6bf7caddd8d9c05901a72da6c5ea764 /docker/crupest-nginx/sites/www/vite.config.js
parenta2914e2f8fb6c33d32972d2bca4bd834d6cf5c94 (diff)
downloadcrupest-e2e2f73fb9197ab739ce316f91c22b28393b65c3.tar.gz
crupest-e2e2f73fb9197ab739ce316f91c22b28393b65c3.tar.bz2
crupest-e2e2f73fb9197ab739ce316f91c22b28393b65c3.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,
- },
- },
- },
-};