plan/react-rewrite #1

Merged
gnezim merged 138 commits from plan/react-rewrite into main 2026-04-15 12:21:16 +03:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 7c99ab069d - Show all commits
+2
View File
@@ -13,6 +13,8 @@ dist/
ClientApp/dist/
ClientApp/coverage/
ClientApp/.storybook-out/
.pnpm-store/
.pnpm-debug.log
# Logs
*.log
+2 -2
View File
@@ -6,10 +6,10 @@
"license": "UNLICENSED",
"type": "module",
"engines": {
"node": ">=24.0.0",
"node": ">=24.2.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.3",
"scripts": {
"dev": "echo \"dev script wired in 1A-2\" && exit 1",
"build:standalone": "echo \"build:standalone wired in 1A-2\" && exit 1",