create-pds 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2766,7 +2766,7 @@ runMain(defineCommand({
2766
2766
  }
2767
2767
  Me([
2768
2768
  `cd ${projectName}`,
2769
- `${pm} dev`,
2769
+ `${pm}${pm === "npm" ? " run" : ""} dev`,
2770
2770
  "",
2771
2771
  "Your PDS will be running at http://localhost:5173"
2772
2772
  ].join("\n"), "Next Steps");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pds",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Create a new Cirrus AT Protocol PDS on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "bin": {