fix version of parcel

This commit is contained in:
2025-06-10 19:05:07 -04:00
parent a711acbea8
commit ef35a36512
11 changed files with 7517 additions and 43 deletions

15
.vscode/tasks.json vendored
View File

@@ -14,7 +14,7 @@
"reveal": "always"
}
},
{
{
"label": "Clean site",
"type": "shell",
"command": "cd ${workspaceFolder}; rm -rf dist",
@@ -26,6 +26,19 @@
"presentation": {
"reveal": "always"
}
},
{
"label": "Run Site",
"type": "shell",
"command": "cd ${workspaceFolder}; source nodetopath.sh; npm run start",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always"
}
}
]
}