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
+3 -3
View File
@@ -44,10 +44,10 @@ export default tseslint.config(
languageOptions: { globals: { ...globals.node } },
},
// Plain JS config files (this file, etc.) are not part of the TS project —
// run them through the untyped ruleset only.
// Plain JS config files and Node scripts (this file, scripts/*.mjs, etc.) are
// not part of the TS project — run them through the untyped ruleset only.
{
files: ['**/*.js'],
files: ['**/*.{js,mjs}'],
extends: [tseslint.configs.disableTypeChecked],
languageOptions: { globals: { ...globals.node } },
},