Compare commits

...

2 Commits

Author SHA1 Message Date
bf9de37d89 feat: enable manual triggering of deployment workflow
All checks were successful
Deploy on Push to Main / deploy (push) Successful in 1m34s
2026-02-19 19:21:28 +01:00
a07d5d78ce feat: add workspace configuration files for backend and frontend 2025-11-30 15:50:30 +01:00
3 changed files with 33 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:

View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#996210",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#744c11",
"titleBar.inactiveForeground": "#e7e7e7"
},
}
}

View File

@@ -0,0 +1,15 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#178017",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#146114",
"titleBar.inactiveForeground": "#e7e7e7",
}
}
}