@prisma/cli-init 0.0.0-dev.202512161701 → 0.0.0-dev.202512161710
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2832,7 +2832,7 @@ var StatelessServerState = class extends ServerState {
|
|
|
2832
2832
|
}
|
|
2833
2833
|
const ports = await pickPorts({
|
|
2834
2834
|
debug: this.debug,
|
|
2835
|
-
name: this.
|
|
2835
|
+
name: this.dryRun ? this.name : "",
|
|
2836
2836
|
requestedPorts: {
|
|
2837
2837
|
databasePort: this.databasePort,
|
|
2838
2838
|
port: this.port,
|