Update README and package.json: add build and test badges to README for CI visibility, and specify pnpm as the package manager in package.json for consistency in dependency management.
build / backend (push) Failing after 1m28s
build / frontend (push) Successful in 1m39s
tests / backend-tests (push) Failing after 5s

This commit is contained in:
Leonid Pershin
2026-07-25 20:17:30 +03:00
parent 4611f90d11
commit 0fd9ab9bc2
4 changed files with 66 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@11.9.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",