Skip to content

prisma.config.ts is not recognized as an entry-point #281

@FunctionDJ

Description

@FunctionDJ

What happened?

prisma.config.ts (in workspace root, as is prisma default) is not recognized as an entry-point when prisma plugin is active.
This results in the file being listed as an unused file by fallow dead-code.

Reproduction

In empty folder:

  1. npx init -y
  2. npm i prisma
  3. npx prisma init
  4. npx -y fallow list
$ npx -y fallow list
Active plugins:
  - prisma
Discovered 1 files
prisma.config.ts
Found 0 entry points

Expected behavior

prisma.config.ts is recognized as an entry point.

Fallow version

2.64.0

Operating system

Linux

Configuration

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions