@deslop/workbench 0.0.279 → 0.0.285

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "sideEffects": false,
4
4
  "name": "@deslop/workbench",
5
- "version": "0.0.279",
5
+ "version": "0.0.285",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "bin": {
13
- "workbench": "dist/workbench"
13
+ "workbench": "dist/server.js"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -22,10 +22,12 @@
22
22
  "#routes/*": "./src/routes/*"
23
23
  },
24
24
  "scripts": {
25
- "dev:client": "vp dev --port 3020",
26
- "dev:server": "bun --watch --port 3021 ./src/main.server.tsx",
27
- "build:client": "vp build",
28
- "build:server": "bun build ./src/main.server.tsx --production --target=bun --compile --outfile ./dist/workbench"
25
+ "dev": "PORT=3010 node ./src/main.dev.ts",
26
+ "build": "vp build && vp pack",
27
+ "preview": "vp run build && PORT=4010 node ./dist/server.js"
28
+ },
29
+ "dependencies": {
30
+ "@lydell/node-pty": "1.2.0-beta.12"
29
31
  },
30
32
  "devDependencies": {
31
33
  "react": "^19",
@@ -1,2 +0,0 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/terminal-7Yq8POXn.js","assets/compiler-runtime-CUwoe8mk.js","assets/utils-BcciP3Sx.js","assets/state-CfuBgP9R.js"])))=>i.map(i=>d[i]);
2
- import{So as e,a as t,xo as n}from"./utils-BcciP3Sx.js";var r=e(`/(home)/$worktree/terminal`)({component:n(()=>t(()=>import(`./terminal-7Yq8POXn.js`),__vite__mapDeps([0,1,2,3])),`component`)});export{r as t};
package/dist/workbench DELETED
Binary file