feat(package): added npm package to run sim studio (#376)

* added npm pkg for sim studio

* added cache scope for new pkg

* added optional port config, default to 3000

* remove accidental package lock

* updated package version

* added keywords

* acknowledged PR comments
This commit is contained in:
Waleed Latif
2025-05-18 21:16:13 -07:00
committed by GitHub
parent 18ce26616e
commit f2894e645e
7 changed files with 568 additions and 65 deletions

View File

@@ -5,7 +5,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**", "packages/simstudio/dist/**"]
},
"dev": {
"persistent": true,