@joystick.js/cli-canary 0.0.0-canary.173 → 0.0.0-canary.175
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/lib/dev/index.js +1 -0
- package/package.json +1 -1
- package/src/lib/dev/index.js +2 -0
package/dist/lib/dev/index.js
CHANGED
|
@@ -534,6 +534,7 @@ const dev = async (options, { resolve, reject }) => {
|
|
|
534
534
|
if (options?.environment === "test") {
|
|
535
535
|
process.loader.stop();
|
|
536
536
|
const databaseProcessIds = getDatabaseProcessIds();
|
|
537
|
+
console.log(process._databases);
|
|
537
538
|
await runTests({
|
|
538
539
|
watch: options?.watch,
|
|
539
540
|
__dirname,
|
package/package.json
CHANGED
package/src/lib/dev/index.js
CHANGED