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 -7
View File
@@ -20,13 +20,8 @@
import type { ReactNode } from 'react';
import type { JsonObject } from '@core/spec-config';
import {
type ConfigPath,
countSet,
getConfigValue,
schemeColors,
schemesByKind,
} from '@core/theme-controls';
import { type ConfigPath, countSet, getConfigValue, schemesByKind } from '@core/theme-controls';
import { schemeColors } from '@core/scheme-colors';
import { Button } from './Button';
import { ColorField } from './ColorField';
import { Icon } from './Icon';