You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| ai | 1 year ago | |
| auth | 1 year ago | |
| const | 1 year ago | |
| functions | 1 year ago | |
| log | 1 year ago | |
| storage | 1 year ago | |
| utils | 1 year ago | |
| wx | 1 year ago | |
| .DS_Store | 1 year ago | |
| README.md | 1 year ago | |
README.md
开发目录
文件说明
- database/ // 数据库部分 ts 代码
- db/ // 数据库部分 js 代码
- functions/ // 云函数
- storage/ // 云存储
- utils/ // 工具包
- index.js // 入口文件
命令说明
# 数据库模块实时编译
tnpm run tsc:w
# 数据库模块编译
tnpm run tsc