@open-press/cli 1.1.1 → 1.1.3
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/README.md +1 -1
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ cd my-doc
|
|
|
14
14
|
npm run dev
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
Then open the local URL printed by Vite (typically `http://127.0.0.1:5173
|
|
17
|
+
Then open the local URL printed by Vite (typically `http://127.0.0.1:5173/workspace`).
|
|
18
18
|
|
|
19
19
|
The CLI creates a package-based OpenPress workspace. Runtime files stay inside `@open-press/core`; your project keeps only source files, theme files, media, and npm scripts.
|
|
20
20
|
|
package/dist/cli.js
CHANGED
|
@@ -330,7 +330,7 @@ function printNextSteps(target, options) {
|
|
|
330
330
|
" # start the workbench:",
|
|
331
331
|
" npm run dev",
|
|
332
332
|
"",
|
|
333
|
-
"Then open the local URL printed by Vite (typically http://127.0.0.1:5173
|
|
333
|
+
"Then open the local URL printed by Vite (typically http://127.0.0.1:5173/workspace).",
|
|
334
334
|
"",
|
|
335
335
|
"Use an OpenPress-ready skill to add or adapt the press source tree.",
|
|
336
336
|
""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-press/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Command line interface for OpenPress workspaces.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"node": ">=20"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@open-press/core": "1.1.
|
|
45
|
+
"@open-press/core": "1.1.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^25.8.0",
|