mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-07 22:24:06 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user