pub serve
This commit is contained in:
parent
4453f7107b
commit
443b01b485
4 changed files with 2 additions and 0 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -87,3 +87,4 @@ fabric.properties
|
||||||
|
|
||||||
logs/
|
logs/
|
||||||
*.pem
|
*.pem
|
||||||
|
.DS_Store
|
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
|
@ -17,6 +17,7 @@
|
||||||
{
|
{
|
||||||
"taskName": "pub:serve",
|
"taskName": "pub:serve",
|
||||||
"suppressTaskName": true,
|
"suppressTaskName": true,
|
||||||
|
"isBackground": true,
|
||||||
"args": [
|
"args": [
|
||||||
"serve"
|
"serve"
|
||||||
]
|
]
|
||||||
|
|
BIN
web/.DS_Store
vendored
BIN
web/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in a new issue