mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
Add LogicSRC web contract and E2E tests
This commit is contained in:
parent
17942eef57
commit
8e6124d23a
6 changed files with 157 additions and 3 deletions
|
|
@ -6,11 +6,18 @@
|
|||
"scripts": {
|
||||
"build": "node scripts/check-assets.js && vite build",
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"start": "node server.js"
|
||||
"start": "node server.js",
|
||||
"test": "vitest run contract",
|
||||
"test:contract": "vitest run contract",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@logicsrc/commandboard-api": "file:../commandboard-api",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.57.0",
|
||||
"vitest": "^4.0.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue