ci: use libsqld server in CI instead of Turso CLI

This commit is contained in:
2024-06-13 05:33:10 -04:00
parent 0db6fa9f70
commit 8f861ceca0
4 changed files with 31 additions and 6 deletions

View File

@@ -31,6 +31,7 @@
"@cloudflare/workers-types": "^4.20240403.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bun": "^1.1.2",
"@types/yargs": "^17.0.32",
"drizzle-kit": "^0.22.6",
"msw": "^2.3.0",
"prettier": "^3.2.5",
@@ -38,6 +39,7 @@
"ts-morph": "^22.0.0",
"typescript": "^5.4.5",
"wrangler": "^3.47.0",
"yargs": "^17.7.2",
"zx": "^8.1.2"
}
}