Skip to content

Commit

Permalink
Removed local override
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncabot committed Mar 17, 2024
1 parent 84248b0 commit 5d5ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Source {

export const defaultEntrypoint = "entrpoint.jabl";

const localServer = "http://localhost:3000";
const localServer = "";

export const sources: Source[] = [
{
Expand Down

0 comments on commit 5d5ba8b

Please sign in to comment.