@decodetool/cli 0.15.6 → 0.15.7
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decodetool/cli",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.7",
|
|
4
4
|
"description": "Decode is a whiteboard for you and your coding agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"prepublishOnly": "pnpm build",
|
|
36
36
|
"dev": "concurrently --kill-others --kill-others-on-fail --kill-signal SIGKILL \"pnpm dev:api\" \"pnpm dev:frontend\"",
|
|
37
|
-
"dev:frontend": "vite",
|
|
37
|
+
"dev:frontend": "vite --host",
|
|
38
38
|
"dev:api": "sh -c \"set -a; [ -f .env ] && . .env; set +a; tsx watch src/server/index.ts\"",
|
|
39
39
|
"clean": "rm -rf dist",
|
|
40
40
|
"build": "pnpm clean && pnpm generate && vite build && pnpm build:server && pnpm build:cli && pnpm obfuscate",
|