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.
yjh dfec7b48f3
.
2 years ago
..
ai . 2 years ago
auth . 2 years ago
const . 2 years ago
functions . 2 years ago
log . 2 years ago
storage . 2 years ago
utils . 2 years ago
wx . 2 years ago
.DS_Store . 2 years ago
README.md . 2 years ago

README.md

开发目录

文件说明

- database/   // 数据库部分 ts 代码
- db/         // 数据库部分 js 代码
- functions/  // 云函数
- storage/    // 云存储
- utils/      // 工具包
- index.js    // 入口文件

命令说明

# 数据库模块实时编译
tnpm run tsc:w

# 数据库模块编译
tnpm run tsc