mirror of
https://github.com/go-task/task.git
synced 2026-06-30 16:14:19 +00:00
@@ -6,9 +6,9 @@ tasks:
|
||||
cmds:
|
||||
- yarn install
|
||||
|
||||
start:
|
||||
default:
|
||||
desc: Start website
|
||||
aliases: [s]
|
||||
aliases: [s, start]
|
||||
vars:
|
||||
HOST: '{{default "localhost" .HOST}}'
|
||||
PORT: '{{default "3001" .PORT}}'
|
||||
|
||||
Reference in New Issue
Block a user