April 2026 waren Wirtschaft Feedback
This commit is contained in:
parent
02f2a4c23e
commit
9ce711d6b2
167 changed files with 25278 additions and 8518 deletions
44
.devcontainer/devcontainer.json
Normal file
44
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "Partner Grüne Seele (Dev Container)",
|
||||
"dockerComposeFile": [
|
||||
"../docker-compose.yml"
|
||||
],
|
||||
"service": "laravel.test",
|
||||
"workspaceFolder": "/var/www/html",
|
||||
"remoteUser": "sail",
|
||||
"features": {},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"onecentlin.laravel-blade",
|
||||
"shufo.vscode-blade-formatter",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"Anthropic.claude-code",
|
||||
"onecentlin.laravel-extension-pack"
|
||||
]
|
||||
}
|
||||
},
|
||||
// WICHTIG: Nur noch den Haupt-Container starten!
|
||||
"runServices": [
|
||||
"laravel.test"
|
||||
],
|
||||
"containerEnv": {
|
||||
"WWWUSER": "501",
|
||||
"WWWGROUP": "20",
|
||||
"LARAVEL_SAIL": "1"
|
||||
},
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder},target=/var/www/html,type=bind,consistency=cached"
|
||||
],
|
||||
// WICHTIG: Nur noch den Vite-Port weiterleiten
|
||||
"forwardPorts": [
|
||||
5179
|
||||
],
|
||||
"portsAttributes": {
|
||||
"5179": {
|
||||
"label": "Vite Dev Server",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue