Update sandbox.config.json

This commit is contained in:
André B
2023-08-30 12:24:36 -04:00
committed by GitHub
parent d7cc3cbc62
commit 80fae9e58c

View File

@ -6,6 +6,6 @@
"container": { "container": {
"port": 3000, "port": 3000,
"startScript": "start", "startScript": "start",
"node": "16" "node": "18"
} }
} }