- Dockerfile: add COPY db/ /app/db/ so migrations are available at runtime (server/src/db.js requires ../../db/migrations at startup) - vite.config.js: fix dev proxy port from 3001 to 3000 to match server's default PORT Docker build passes; server starts and connects to DB correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
571 B
JSON
25 lines
571 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(td --help)",
|
|
"Bash(td create:*)",
|
|
"Bash(EPIC=td-8064d2)",
|
|
"Bash(__NEW_LINE_51256bdd53dfa89e__ td:*)",
|
|
"Bash(td list:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(td start:*)",
|
|
"Bash(td close:*)",
|
|
"Bash(td review:*)",
|
|
"Bash(td approve:*)",
|
|
"Bash(td complete:*)",
|
|
"Bash(td update:*)",
|
|
"Bash(npm --version)",
|
|
"Bash(docker --version)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(docker run:*)"
|
|
]
|
|
}
|
|
}
|