feat: initial prototype
Node.js CI / Lint and Test (push) Failing after 1m0s

This commit is contained in:
2025-09-22 16:45:38 -07:00
parent b5c1ec7fa0
commit 03c559b6cf
23 changed files with 8445 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
testTimeout: 120_000
}
});