We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a66a9a commit 685c75dCopy full SHA for 685c75d
test/wokwi/run-simulator.sh
@@ -23,4 +23,5 @@ echo "Web server will be available at http://localhost:8080"
23
# Run wokwi-cli with timeout (in milliseconds)
24
# The simulator will forward port 80 to localhost:8080
25
# Note: wokwi-cli runs in foreground, so this needs to be backgrounded or run in a separate process
26
-wokwi-cli --timeout ${WOKWI_TIMEOUT}000 diagram.json
+# When run from the directory containing diagram.json and wokwi.toml, wokwi-cli will find them automatically
27
+wokwi-cli --timeout ${WOKWI_TIMEOUT}000 .
0 commit comments