Skip to content

Commit

Permalink
Add Teacher Tool Eval URL Redirect (and bump pxt-core to 9.3.9) (#6276)
Browse files Browse the repository at this point in the history
his should allow /eval to redirect to /--eval.

Pxt-core bump is needed to get teacher tool content from pxt.
  • Loading branch information
thsparks authored Dec 13, 2023
1 parent dddf2c8 commit dec02f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/eval-ref.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"redirect": "/--eval"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"pxt-common-packages": "11.1.4",
"pxt-core": "9.3.8"
"pxt-core": "9.3.9"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.11"
Expand Down

0 comments on commit dec02f2

Please sign in to comment.