- Examples依赖 整体项目
https://github.com/InteraqtDev/interaqt/blob/main/examples/dormitory/dashboard/package.json
"interaqt": "file:../../",
-
Dashboard 引用了 backend 文件
examples/dormitory/dashboard/index.tsx
import { entities, relations, interactions } from '../backend';
-
后端没有服务启动指令的引用 比如 startServer 定义了未使用,目前有的只是数据库初始化。
-
建议增加 Examples 的 readme 文件,使得至少包含,前端启动,后端启动,数据库初始化这三个步骤的指令。
-
能不能给我开一个本项目分支写权限,尝试 fork 但是效率有点低,如果能直接开分支测试方便很多
@sskyy