Add taskfile
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
12
Taskfile.yml
Normal file
12
Taskfile.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# yaml-language-server: $schema=https://taskfile.dev/schema.json
|
||||
|
||||
version: "3"
|
||||
|
||||
vars:
|
||||
DEFAULT_PORT: 8080
|
||||
|
||||
tasks:
|
||||
serve:
|
||||
desc: Run web-server
|
||||
cmd: flutter run -d web-server --web-port 8080
|
||||
silent: true
|
||||
Reference in New Issue
Block a user