Skip to content

Commit

Permalink
Fix custom ui sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ulischulte committed Jul 7, 2023
1 parent 53e7643 commit 37a41b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To develop the ui on an running server the best to do is

1. Running the ui build in watch mode so the resources get updated:
```shell
npm run watch
npm run build:watch
```
2. Run a Spring Boot Admin Server instances with the template-location and resource-location pointing to the build output and disable caching:
```
Expand All @@ -28,5 +28,5 @@ npm run build

Repeated build with watching the files:
```shell
npm run watch
npm run build:watch
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "vite build",
"build:dev": "NODE_ENV=development vite build --emptyOutDir --sourcemap --mode development",
"build:watch": "NODE_ENV=development vite build --emptyOutDir --watch --sourcemap --mode development",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 37a41b9

Please sign in to comment.