Sync built files (#17379)

as title, upload built files to local storage

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
martmull
2026-01-23 13:43:53 +01:00
committed by GitHub
parent 30620c79fd
commit 0091ef5f6c
134 changed files with 1051 additions and 416 deletions
@@ -0,0 +1,4 @@
import camelCase from 'lodash.camelcase';
import { capitalize } from '@/utils';
export const pascalCase = (str: string) => capitalize(camelCase(str));