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:
2025-12-08 16:48:07 -06:00
commit 431e5d2999
12 changed files with 546 additions and 0 deletions

13
.zed/tasks.json Normal file
View 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"]
}
]