- Add control-plane service with Dockerfile and internal packages - Add web application (Next.js) - Add docker-compose.yml for orchestration - Update .gitignore and README.md
6 lines
64 B
Text
6 lines
64 B
Text
node_modules
|
|
.next
|
|
out
|
|
*.tsbuildinfo
|
|
.env*.local
|
|
npm-debug.log*
|