source:
vite.config.js@
a70b5a4
Last change on this file since a70b5a4 was 57e58a3, checked in by , 4 months ago | |
---|---|
|
|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[57e58a3] | 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.