feat: massive front-end overhaul and initial github release
This commit is contained in:
parent
a2b40e38bf
commit
d5a0e70580
303 changed files with 19840 additions and 676 deletions
18
.vscode/tasks.json
vendored
Normal file
18
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Run Act",
|
||||
"type": "shell",
|
||||
"command": "act",
|
||||
"args": ["--artifact-server-path", "artifacts", "-W", ".github/workflows/build.yml"],
|
||||
"options": {
|
||||
"env": {
|
||||
"PATH": "${env:PATH}",
|
||||
"ACTIONS_RUNTIME_TOKEN": "foo"
|
||||
},
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue