Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jan 25, 2022
1 parent 318624e commit 2914557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BASE_URL = "http://localhost:3000";
export const BASE_URL = "https://stately.ai";
export const TOKEN_KEY = `stately-editor-key#${BASE_URL}`;
export const EXTENSION_ID = "statelyai.stately-vscode";
export const EXTENSION_ID = "mattpocock.xstate-vscode";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"preview": true,
"author": "Matt Pocock",
"license": "MIT",
"version": "1.4.6",
"version": "1.4.7",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 2914557

Please sign in to comment.