Skip to content

Commit a8fb5be

Browse files
committed
Some cleanup from testing the dev compiler build
1 parent adce0e3 commit a8fb5be

File tree

2 files changed

+2
-2
lines changed
  • packages
    • create-typescript-playground-plugin/template
    • typescriptlang-org/src/templates

2 files changed

+2
-2
lines changed

packages/create-typescript-playground-plugin/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ My new plugin for the TypeScript playground.
44

55
## Running this plugin
66

7-
- [Click this link](http://www.staging-typescript.org/play?install-plugin=[name]) to install
7+
- [Click this link](https://www.staging-typescript.org/play?install-plugin=[name]) to install
88

99
or
1010

packages/typescriptlang-org/src/templates/play.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Play: React.FC<Props> = (props) => {
5656
// Because we can reach to localhost ports from the site, it's possible for the locally built compiler to
5757
// be hosted and to power the editor with a bit of elbow grease.
5858
const useLocalCompiler = tsVersion === "dev"
59-
const urlForMonaco = useLocalCompiler ? "http://localhost:5615/dev/vs" : `https://typescript.azureedge.net/cdn/${tsVersion}/monaco/dev/vs`
59+
const urlForMonaco = useLocalCompiler ? "http://localhost:5615/dev/vs" : `https://typescript.azureedge.net/cdn/${tsVersion}/monaco/min/vs`
6060

6161
// @ts-ignore
6262
const re: any = global.require

0 commit comments

Comments
 (0)