Skip to content

Examples 里引用了本项目外部的包或文件,导致 Examples 里面的例子不可以单独出来部署。 #4

@weiwensangsang

Description

@weiwensangsang
  1. Examples依赖 整体项目
    https://github.com/InteraqtDev/interaqt/blob/main/examples/dormitory/dashboard/package.json
Image

"interaqt": "file:../../",

  1. Dashboard 引用了 backend 文件
    examples/dormitory/dashboard/index.tsx
    import { entities, relations, interactions } from '../backend';

  2. 后端没有服务启动指令的引用 比如 startServer 定义了未使用,目前有的只是数据库初始化。

  3. 建议增加 Examples 的 readme 文件,使得至少包含,前端启动,后端启动,数据库初始化这三个步骤的指令。

  4. 能不能给我开一个本项目分支写权限,尝试 fork 但是效率有点低,如果能直接开分支测试方便很多

@sskyy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions