wmdev 0.1.0 → 0.2.2

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/bin/wmdev.js CHANGED
@@ -126,7 +126,7 @@ process.on("SIGTERM", cleanup);
126
126
 
127
127
  // ── Start ────────────────────────────────────────────────────────────────────
128
128
 
129
- const backendEntry = join(PKG_ROOT, "backend", "src", "server.ts");
129
+ const backendEntry = join(PKG_ROOT, "backend", "dist", "server.js");
130
130
  const staticDir = join(PKG_ROOT, "frontend", "dist");
131
131
 
132
132
  if (!existsSync(staticDir)) {