init: Node starter (podman dev + Coolify deploy, Claude agent 골격)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
0310700
2026-06-14 16:20:37 +09:00
commit e293f2cb87
14 changed files with 284 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
.env
.env.*
!.env.example
npm-debug.log*
dist/
.DS_Store