staklink 0.2.19 → 0.2.20
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 +5 -1
- package/dist/proxy-server.cjs +1 -1
- package/dist/staklink-cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,11 @@ VSCode extension for automating development and debugging in Codespaces.
|
|
|
4
4
|
|
|
5
5
|
`staklink` is set up for Codespaces running one or more repositories in the /workspaces directory.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## CLI
|
|
8
|
+
|
|
9
|
+
npx -y staklink@latest start
|
|
10
|
+
|
|
11
|
+
## processes
|
|
8
12
|
|
|
9
13
|
There are 2 ways to configure your dev processes (like your backend, frontend, db, etc)
|
|
10
14
|
|
package/dist/proxy-server.cjs
CHANGED
|
@@ -33892,7 +33892,7 @@ var SSEManager = class {
|
|
|
33892
33892
|
var sseManager = new SSEManager();
|
|
33893
33893
|
|
|
33894
33894
|
// src/proxy/version.ts
|
|
33895
|
-
var VERSION = "0.2.
|
|
33895
|
+
var VERSION = "0.2.20";
|
|
33896
33896
|
|
|
33897
33897
|
// node_modules/uuid/dist/esm/stringify.js
|
|
33898
33898
|
var byteToHex = [];
|
package/dist/staklink-cli.cjs
CHANGED
|
@@ -10896,7 +10896,7 @@ var glob = Object.assign(glob_, {
|
|
|
10896
10896
|
glob.glob = glob;
|
|
10897
10897
|
|
|
10898
10898
|
// src/proxy/version.ts
|
|
10899
|
-
var VERSION = "0.2.
|
|
10899
|
+
var VERSION = "0.2.20";
|
|
10900
10900
|
|
|
10901
10901
|
// src/cli.ts
|
|
10902
10902
|
var STAKLINK_PROXY = "staklink-proxy";
|