mirror of
https://git.tonybark.com/toolbox/dnd-sourcebook-template.git
synced 2026-02-10 08:14:49 -05:00
Initial source commit 🎉
This commit is contained in:
commit
d21246e7cb
12 changed files with 198 additions and 0 deletions
17
.vscode/tasks.json
vendored
Normal file
17
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "mdbook: serve",
|
||||
"type": "shell",
|
||||
"command": "mdbook serve"
|
||||
},
|
||||
{
|
||||
"label": "mdbook: clean",
|
||||
"type": "shell",
|
||||
"command": "mdbook clean"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue