mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-18 15:06:28 +03:00
12 lines
217 B
YAML
12 lines
217 B
YAML
services:
|
|
api:
|
|
build: .
|
|
develop:
|
|
watch:
|
|
- action: sync
|
|
path: ./src
|
|
target: /app/src
|
|
ignore: [node_modules/]
|
|
- action: rebuild
|
|
path: package.json
|