Skip to content

Commit 1c9e5a6

Browse files
committed
chore: fix Node.js installation for tooth.json
1 parent 8a02dd2 commit 1c9e5a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tooth.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"placements": [
6363
{
6464
"type": "dir",
65-
"src": "",
65+
"src": ".",
6666
"dest": "plugins/legacy-script-engine-nodejs/"
6767
}
6868
]
@@ -172,7 +172,7 @@
172172
"placements": [
173173
{
174174
"type": "dir",
175-
"src": "",
175+
"src": ".",
176176
"dest": "mods/legacy-script-engine-nodejs/"
177177
}
178178
]

0 commit comments

Comments
 (0)