Skip to content

Commit

Permalink
set pyscript.json empty root by default for #16
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Aug 28, 2024
1 parent bebc0fa commit 8ed7da1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyscript.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"files": {
"{PATH}": "/turtle-pyscript",
"{PATH}/turtleps.py" : "turtleps.py"
"{PATH}": "",
"{PATH}/turtleps.py" : "turtleps.py",
"{PATH}/tests.py" : "tests.py"
},

"packages": []
Expand Down

0 comments on commit 8ed7da1

Please sign in to comment.