source:
vite.config.js@
57e58a3
Last change on this file since 57e58a3 was 57e58a3, checked in by , 4 months ago | |
---|---|
|
|
File size: 205 bytes |
Line | |
---|---|
1 | import { defineConfig } from 'vite'; |
2 | |
3 | export default defineConfig({ |
4 | root: 'src/main/resources/static', |
5 | build: { |
6 | outDir: '../../target/classes/static', |
7 | emptyOutDir: true, |
8 | }, |
9 | }); |
Note:
See TracBrowser
for help on using the repository browser.