Skip to content

Resolve cross-package imports #404

Description

@must108

In packages/db/scripts/seed_devdb.ts, these imports are present:

import { minioClient } from "../../api/src/minio/minio-client";
import * as discord from "../../utils/src/discord";

This can be fragile and can cause unexpected issues. It can be resolved by creating modules within @forge/utils. (@forge/utils/discord, for example).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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