mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Merge remote-tracking branch 'origin' into dev
This commit is contained in:
commit
44d8aee468
1 changed files with 1 additions and 9 deletions
10
package.json
10
package.json
|
|
@ -15,13 +15,5 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.56.1",
|
"@playwright/test": "^1.56.1",
|
||||||
"@types/node": "^24.0.13"
|
"@types/node": "^24.0.13"
|
||||||
},
|
}
|
||||||
"scripts": {
|
|
||||||
"build": "esbuild app/javascript/*.* --bundle --splitting --format=esm --outdir=app/assets/builds",
|
|
||||||
"analyze": "esbuild app/javascript/*.* --bundle --metafile=meta.json --analyze"
|
|
||||||
},
|
|
||||||
"sideEffects": [
|
|
||||||
"*.css",
|
|
||||||
"maplibre-gl/dist/maplibre-gl.css"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue