fix: Add host to expose site

This commit is contained in:
Nathan Woodburn 2025-01-10 16:31:15 +11:00
parent c0e9dc8b62
commit 8857358f4c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -47,6 +47,6 @@
}
},
"start": {
"cmd": "yarn dev"
"cmd": "yarn dev --host"
}
}