prisma-util configure
This command allows you to set different paths that can't be changed via the configuration file. These changes are made to your package.json automatically.
Usage
npx prisma-util configure <key> <value>
Available Keys
root
Change the default configuration root for your project.
Default: prisma-util
.
config
Change the configuration file name.
Default: config.mjs
.
Last updated