feat: tests and workflow
Node.js CI / Lint and Test (pull_request) Successful in 37s

This commit is contained in:
2025-07-19 16:09:32 -07:00
parent 57366fd082
commit 954cad4494
6 changed files with 93 additions and 3 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
},
"exclude": ["test", "vitest.config.ts"]
}