Skip to content

Commit

Permalink
Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 11, 2024
1 parent 4d79a90 commit 4ca7716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ repos:
- id: check-toml
- id: check-yaml
- id: check-json
exclude: |-
(?x)^(
ui/tsconfig\.json
)$
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
Expand Down Expand Up @@ -99,6 +103,7 @@ repos:
exclude: |-
(?x)^(
(.*/)?poetry\.lock
|(.*/)?package-lock\.json
|ci/cleanup
|geoportal/geomapfish_geoportal/locale/.*
|qgisserver/.*\.qg[sz]
Expand Down
2 changes: 1 addition & 1 deletion ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
sourcemap: true,
rollupOptions: {
input: {
desktop: path.resolve(__dirname, 'desktop_renovated.html'),
desktop: path.resolve(__dirname, 'desktop.html'),
},
},
},
Expand Down

0 comments on commit 4ca7716

Please sign in to comment.