feat(npm): simplify project structure by moving from @simstudio/cli to simstudio package

This commit is contained in:
Waleed Latif
2025-03-06 01:51:09 -08:00
parent 49e3b625a9
commit 721fedfc75
31 changed files with 2245 additions and 5555 deletions

View File

@@ -18,7 +18,7 @@ const crypto = require('crypto')
// Configuration
const ROOT_DIR = path.resolve(__dirname, '..')
const STANDALONE_DIR = path.join(ROOT_DIR, 'packages/@simstudio/cli/standalone')
const STANDALONE_DIR = path.join(ROOT_DIR, 'packages/simstudio/standalone')
const STANDALONE_PACKAGE_JSON = path.join(STANDALONE_DIR, 'package.json')
const STANDALONE_SERVER_JS = path.join(STANDALONE_DIR, 'server.js')
const OUTPUT_TARBALL = path.join(ROOT_DIR, 'sim-standalone.tar.gz')