source: vite.config.js@ a70b5a4

Last change on this file since a70b5a4 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 205 bytes
Line 
1import { defineConfig } from 'vite';
2
3export 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.