Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

#create environment file name as .env.local
#create environment file name as .env
#and place following configuration data.

VITE_CONTENTSTACK_API_KEY=your_stack_api_key
VITE_CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
VITE_CONTENTSTACK_ENVIRONMENT=your_environment_token
VITE_CONTENTSTACK_ENVIRONMENT=your_environment_name

# Below config options are for enabling live preview/live edit tags for the starter app

VITE_CONTENTSTACK_PREVIEW_HOST= rest-preview.contentstack.com
VITE_CONTENTSTACK_PREVIEW_TOKEN= your_live_preview_token
VITE_CONTENTSTACK_APP_HOST=app.contentstack.com
VITE_CONTENTSTACK_API_HOST=api.contentstack.com
VITE_CONTENTSTACK_API_HOST=api.contentstack.io
VITE_CONTENTSTACK_LIVE_PREVIEW= true
VITE_CONTENTSTACK_LIVE_EDIT_TAGS= false

Expand Down
96 changes: 53 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@contentstack/live-preview-utils": "^1.3.2",
"@contentstack/utils": "^1.3.0",
"@fontsource/fira-mono": "^4.5.0",
"contentstack": "github:Deepak-Kharah/contentstack-javascript#VC-311-changes-for-rest-preview-service",
"contentstack": "github:contentstack/contentstack-javascript#fix/CS-43301-merge-live-preview",
"cookie": "^0.4.1",
"moment": "^2.29.3",
"node-fetch": "^2.6.7",
Expand Down