Files
Space-Banane 2045e95929
Build Check / build (push) Successful in 45s
Build Check / push-image (push) Successful in 53s
Build Check / deploy-coolify (push) Successful in 6s
fix: remove unnecessary max-width classes from various components
feat: add launch configuration for development environment
2026-07-08 18:55:33 +02:00

12 lines
186 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "portfolio-dev",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["run", "dev"],
"port": 5173
}
]
}