feat: Initialize Angular SSR application with core pages, components, and server setup.

This commit is contained in:
Timo
2026-01-03 12:53:37 +01:00
parent 0ac17ef155
commit b52e47b653
28 changed files with 1115 additions and 461 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(docker ps:*)",
"Bash(docker cp:*)",
"Bash(docker exec:*)",
"Bash(find:*)",
"Bash(docker restart:*)"
]
}
}