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.
|
10 months ago | |
---|---|---|
.. | ||
ai | 10 months ago | |
auth | 10 months ago | |
const | 10 months ago | |
functions | 10 months ago | |
log | 10 months ago | |
storage | 10 months ago | |
utils | 10 months ago | |
wx | 10 months ago | |
.DS_Store | 10 months ago | |
README.md | 10 months ago |
README.md
开发目录
文件说明
- database/ // 数据库部分 ts 代码
- db/ // 数据库部分 js 代码
- functions/ // 云函数
- storage/ // 云存储
- utils/ // 工具包
- index.js // 入口文件
命令说明
# 数据库模块实时编译
tnpm run tsc:w
# 数据库模块编译
tnpm run tsc