mirror of
https://github.com/go-task/task.git
synced 2026-07-08 22:46:07 +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