diff options
author | crupest <crupest@outlook.com> | 2022-11-27 15:53:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 15:53:02 +0800 |
commit | 4fa1f65c5d099971e94f7f5af4c710fe297d9285 (patch) | |
tree | 3de0178b97b26904126056f1010a202fda7a4124 /docker/crupest-nginx/sites/www/vite.config.js | |
parent | 2dfc42b9bee216ce966fb1b74d3d7d21e0dcbd81 (diff) | |
download | crupest-4fa1f65c5d099971e94f7f5af4c710fe297d9285.tar.gz crupest-4fa1f65c5d099971e94f7f5af4c710fe297d9285.tar.bz2 crupest-4fa1f65c5d099971e94f7f5af4c710fe297d9285.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.js | 6 |
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 + } +} |