-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
kind:enhancementNew feature or requestNew feature or requeststatus:help-wantedExtra attention is neededExtra attention is needed
Description
Basically now any developer can customize the amber watch command tasks using .amber.yml file:
type: app
database: sqlite
language: slang
model: granite
watch:
server:
files: ["src/**/*.cr", "src/**/*.ecr"]
command: shards build
client:
files: "public/**/*"
command: ["yarn install", "yarn run watch"]
jobs:
files: "src/jobs/*"
command: crystal run src/sidekiq.crReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind:enhancementNew feature or requestNew feature or requeststatus:help-wantedExtra attention is neededExtra attention is needed