Skip to content

Commit 783e849

Browse files
Remove custom architecture guards
Rely on the standard Vite Plus format, lint, type, and test checks. Drop the regex-based Tailwind and Zustand scanners from frontend validation.
1 parent 7170302 commit 783e849

5 files changed

Lines changed: 0 additions & 130 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"test": "vp test run",
88
"check": "bash scripts/check.sh",
99
"check:frontend": "bash scripts/check/frontend.sh",
10-
"check:zustand": "bun scripts/check/zustand-architecture.ts",
1110
"check:services": "bun scripts/check/service-config.ts",
1211
"services:check": "bun run check:services",
1312
"test:rust": "cargo test --workspace --no-fail-fast",

scripts/check/frontend.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
set -euo pipefail
44

55
bun check:services
6-
bun check:zustand
7-
bun scripts/check/tailwind-architecture.ts
86
vp check

scripts/check/tailwind-architecture.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

scripts/check/tests/tailwind-architecture.test.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

scripts/check/zustand-architecture.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)