@sourcegraph/cody-web 0.14.0 → 0.16.0

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": "@sourcegraph/cody-web",
3
- "version": "0.14.0",
3
+ "version": "0.16.0",
4
4
  "description": "Cody standalone web app",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,6 +14,7 @@
14
14
  "files": ["dist/*"],
15
15
  "scripts": {
16
16
  "dev": "vite --mode development",
17
+ "dev:standalone": "CODY_WEB_DEMO_STANDALONE_MODE=true vite --mode development",
17
18
  "build": "vite build --mode production && tsc --build",
18
19
  "test": "vitest",
19
20
  "build-ts": "tsc --build"