spine-framework 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,8 +25,8 @@ import { fileURLToPath } from 'url'
|
|
|
25
25
|
const __filename = fileURLToPath(import.meta.url)
|
|
26
26
|
const __dirname = dirname(__filename)
|
|
27
27
|
const PROJECT_ROOT = process.cwd()
|
|
28
|
-
// Package root: node_modules/spine-framework/ —
|
|
29
|
-
const PACKAGE_ROOT = resolve(__dirname, '
|
|
28
|
+
// Package root: node_modules/spine-framework/ — 3 levels up from .framework/cli/commands/
|
|
29
|
+
const PACKAGE_ROOT = resolve(__dirname, '../../..')
|
|
30
30
|
|
|
31
31
|
interface InitOptions {
|
|
32
32
|
dryRun: boolean
|