fix: fix root start script (#5032)
Fixes #5022 See https://nx.dev/recipes/running-tasks/root-level-scripts#setup
This commit is contained in:
5
packages/twenty-front/src/emotion.d.ts
vendored
Normal file
5
packages/twenty-front/src/emotion.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { ThemeType } from 'twenty-ui';
|
||||
|
||||
declare module '@emotion/react' {
|
||||
export interface Theme extends ThemeType {}
|
||||
}
|
||||
Reference in New Issue
Block a user