Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Oct 18, 2024
1 parent 461983a commit 8e3a9d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spring-boot-admin-server-ui/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export default defineConfig(({ mode }) => {
viteStaticCopy({
targets: [
{
src: [
'src/main/frontend/sba-settings.js',
'src/main/frontend/assets/',
],
src: ['sba-settings.js', 'assets/'],
dest: outDir,
},
],
Expand Down

0 comments on commit 8e3a9d7

Please sign in to comment.