Files
motia/package.json
2025-10-19 14:57:07 +00:00

12 lines
204 B
JSON

{
"name": "bitbylaw",
"version": "1.0.0",
"dependencies": {
"motia": "^0.8.2-beta.139"
},
"scripts": {
"start": "motia start --host 0.0.0.0",
"dev": "motia dev --host 0.0.0.0"
}
}