Prepare for migration into spec.

This commit is contained in:
Bokuan Li
2026-03-12 21:26:34 -04:00
parent 9139ee3296
commit 61f66523e0
18 changed files with 86 additions and 371 deletions

15
gerby.code-workspace Normal file
View File

@@ -0,0 +1,15 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"VsCodeTaskButtons.tasks": [
{
"label": "Watch",
"task": "Watch"
}
]
}
}