Skip to content

Commit a2e92e6

Browse files
Matus Kasakclaude
andcommitted
Serve static-files so deployed-version info (VERSION_D) is reachable (#813)
The static-page module and sourceversion.py/docker.yml were already present on this branch, but `src/static-files` was not registered as a build asset, so the CI-generated src/static-files/VERSION_D.html was never deployed and `/static/VERSION_D` returned nothing. Add `src/static-files` to angular.json assets to match dtq-dev, making the deployed-commit info reachable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a547f9c commit a2e92e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"aot": true,
4141
"assets": [
4242
"src/assets",
43+
"src/static-files",
4344
"src/robots.txt"
4445
],
4546
"styles": [

0 commit comments

Comments
 (0)