Skip to content

Commit

Permalink
Fixed constants
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jan 25, 2022
1 parent 6cc448a commit 03869b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO - fix login issues
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 = "mattpocock.xstate-vscode";
1 change: 0 additions & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */
import type { Node } from "@babel/types";
import { TextDocument, TextEdit } from "vscode-languageserver-textdocument";
import {
CompletionItem,
Expand Down

0 comments on commit 03869b5

Please sign in to comment.