i18n - docs translations (#17549)
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
446afcbc30
commit
4ee9e23ad9
@@ -93,13 +93,13 @@ my-twenty-app/
|
||||
eslint.config.mjs
|
||||
tsconfig.json
|
||||
README.md
|
||||
public/ # Public assets folder (images, fonts, etc.)
|
||||
public/ # 공개 자산 폴더(이미지, 폰트 등)
|
||||
src/
|
||||
application.config.ts # Required - main application configuration
|
||||
default-function.role.ts # Default role for serverless functions
|
||||
hello-world.function.ts # Example serverless function
|
||||
hello-world.front-component.tsx # Example front component
|
||||
// your entities (*.object.ts, *.function.ts, *.front-component.tsx, *.role.ts)
|
||||
application.config.ts # 필수 - 기본 애플리케이션 구성
|
||||
default-function.role.ts # 서버리스 함수의 기본 역할
|
||||
hello-world.function.ts # 서버리스 함수 예제
|
||||
hello-world.front-component.tsx # 프런트 컴포넌트 예제
|
||||
// 사용자 엔터티 (*.object.ts, *.function.ts, *.front-component.tsx, *.role.ts)
|
||||
```
|
||||
|
||||
### 설정보다 관례
|
||||
|
||||
Reference in New Issue
Block a user