mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(cli): package type for esm imports, missing realtime (#574)
* fix: package type for esm imports, missing realtime calls and use of migrate * chore: bump cli
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "simstudio",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"description": "Sim Studio CLI - Run Sim Studio with a single command",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"simstudio": "dist/index.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user