rwsdk 0.1.6-test.20250702135708 → 0.1.6-test.20250702140059

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.
@@ -1,5 +1,7 @@
1
1
  import path from "node:path";
2
+ import { fileURLToPath } from "node:url";
2
3
  import { $ } from "../lib/$.mjs";
4
+ const __dirname = path.dirname(fileURLToPath(import.meta.url));
3
5
  export const debugSync = async (opts) => {
4
6
  const { targetDir, sdkDir = process.cwd(), dev, watch, build } = opts;
5
7
  if (!targetDir) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rwsdk",
3
- "version": "0.1.6-test.20250702135708",
3
+ "version": "0.1.6-test.20250702140059",
4
4
  "description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
5
5
  "type": "module",
6
6
  "bin": {