chore(fontend-components): 🔧 Update build config, database shared memory file, and related scripts

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-03 22:58:53 -08:00
parent 8bbf152915
commit 490cd9e883
3 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
import { createLibraryConfig } from '@lilith/lix-configs/tsup/library';
export default createLibraryConfig();
export default createLibraryConfig({
// Inject CSS into JS bundle so consumers don't need separate CSS import
injectStyle: true,
});