[SDK] Pure ESM (#18427)
# Introduction While testing the sdk and overall apps in https://github.com/prastoin/twenty-app-hello-world Faced a lot of pure `CJS` external dependencies import issue Replaced all the cjs deps to either esm equivalent or node native replacement
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import kebabCase from 'lodash.kebabcase';
|
||||
import { kebabCase } from '@/cli/utilities/string/kebab-case';
|
||||
import { v4 } from 'uuid';
|
||||
|
||||
export const getLogicFunctionBaseFile = ({
|
||||
|
||||
Reference in New Issue
Block a user