Skip to content

Commit

Permalink
Update host.ts dev
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng authored Apr 23, 2024
1 parent c050cbf commit 8ba2d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ChuckBar from "@/components/chuckBar";
import ProjectSystem from "@/components/fileExplorer/projectSystem";

// WebChucK source
const DEV_CHUCK_SRC = "https://ccrma.stanford.edu/~tzfeng/static/wc/src/"; // dev webchuck src
const DEV_CHUCK_SRC = "https://chuck.stanford.edu/webchuck/dev/"; // dev webchuck src
const PROD_CHUCK_SRC = "https://chuck.stanford.edu/webchuck/src/"; // prod webchuck src
let whereIsChuck: string =
localStorage.getItem("chuckVersion") === "dev"
Expand Down

0 comments on commit 8ba2d28

Please sign in to comment.