Build: landing/learn shed eager Monaco+Vega; post-build gate + immutable asset caching

This commit is contained in:
2026-07-02 22:34:24 +03:00
parent fb4b42a1a7
commit 552900dac5
11 changed files with 170 additions and 77 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
"description": "A browser-based snippet manager for Vega-Lite visualizations.",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build": "tsc --noEmit && vite build && node scripts/check-light-entries.mjs",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "vitest run",
@@ -56,6 +56,7 @@
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"ajv": "^8.20.0",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",