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:
parent
8bbf152915
commit
490cd9e883
3 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue