Solid start at a resume generator. Should probably add an action to build the real thing so I can expose it
This commit is contained in:
13
.zed/tasks.json
Normal file
13
.zed/tasks.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label": "Build",
|
||||
"command": "npm run build",
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"reveal_target": "dock",
|
||||
"hide": "never",
|
||||
"shell": "system",
|
||||
"tags": ["script", "build"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user