mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
# 创建临时文件目录
|
|
mkdir -p projects/app/tmp
|
|
# 初始化UI库的自定义ts类型
|
|
pnpm run gen:theme-typings
|