aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/vite.config.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 15:53:02 +0800
committercrupest <crupest@outlook.com>2022-11-27 15:53:02 +0800
commitc4e083863e8476ca70d8b895beea5a172fcb7ecd (patch)
tree3de0178b97b26904126056f1010a202fda7a4124 /docker/crupest-nginx/sites/www/vite.config.js
parent79054b14574821a4ceb3c471a61080cb7808d171 (diff)
downloadcrupest-c4e083863e8476ca70d8b895beea5a172fcb7ecd.tar.gz
crupest-c4e083863e8476ca70d8b895beea5a172fcb7ecd.tar.bz2
crupest-c4e083863e8476ca70d8b895beea5a172fcb7ecd.zip
Enhance nginx config and www page.
Diffstat (limited to 'docker/crupest-nginx/sites/www/vite.config.js')
-rw-r--r--docker/crupest-nginx/sites/www/vite.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/vite.config.js b/docker/crupest-nginx/sites/www/vite.config.js
new file mode 100644
index 0000000..1386040
--- /dev/null
+++ b/docker/crupest-nginx/sites/www/vite.config.js
@@ -0,0 +1,6 @@
+/** @type {import('vite').UserConfig} */
+export default {
+ build: {
+ sourcemap: true
+ }
+}