aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/vite.config.js
blob: f7f6c8acae91e0f73ad186ca68760ee950b4a2f0 (plain)
1
2
3
4
5
6
7
8
9
10
/** @type {import('vite').UserConfig} */
export default {
  build: {
    sourcemap: true,
  },
  server: {
    port: 6123,
    strictPort: true,
  },
};