mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
feat: add e2e integration tests and canonical versioning
This commit is contained in:
+3
-1
@@ -11,9 +11,11 @@
|
||||
"start": "node build/server/index.js",
|
||||
"typecheck": "react-router typegen && tsgo",
|
||||
"test": "vitest run",
|
||||
"test:integration": "vitest run --mode integration",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
"docs:preview": "vitepress preview docs",
|
||||
"gen:hashes": "tsx tests/generate-openapi-hashes.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "0.15.15"
|
||||
|
||||
Reference in New Issue
Block a user