mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
Add development server
This commit is contained in:
parent
04bddee78c
commit
2032d86daa
11 changed files with 1497 additions and 42 deletions
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
|
@ -3,13 +3,20 @@
|
|||
"tasks": [
|
||||
{
|
||||
"type": "cargo",
|
||||
"command": "run",
|
||||
"command": "watch",
|
||||
"args": ["-x", "run -- serve"],
|
||||
"problemMatcher": ["$rustc"],
|
||||
"label": "rust: cargo run",
|
||||
"label": "dev serve site",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "cargo",
|
||||
"command": "run",
|
||||
"problemMatcher": ["$rustc"],
|
||||
"label": "build site"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue