switch to dedicated source maps

This commit is contained in:
2025-10-25 07:39:28 -07:00
parent db9828a518
commit ee9eb17898
14 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -34,6 +34,6 @@
}
],
"build": {
"command": "esbuild static/*.ts --outdir=static --bundle --format=esm --minify --sourcemap=inline --sources-content=false --target=es2020"
"command": "esbuild static_src/*.ts --outdir=static --bundle --format=esm --minify --sourcemap --target=es2020"
}
}