@joystick.js/cli-canary 0.0.0-canary.173 → 0.0.0-canary.174

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.
@@ -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.serverProcess);
537
538
  await runTests({
538
539
  watch: options?.watch,
539
540
  __dirname,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.173",
3
+ "version": "0.0.0-canary.174",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -641,6 +641,8 @@ const dev = async (options, { resolve, reject }) => {
641
641
  process.loader.stop();
642
642
  const databaseProcessIds = getDatabaseProcessIds();
643
643
 
644
+ console.log(process.serverProcess);
645
+
644
646
  await runTests({
645
647
  watch: options?.watch,
646
648
  __dirname,