prisma-util configure

Versioning History

API Version v2.0.3 - Introduced configure subcommand.

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

Terminal
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