We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa71621 commit 2bd535fCopy full SHA for 2bd535f
storage/framework/core/src/actions/src/upgrade.ts
@@ -4,7 +4,7 @@ import { log } from '@stacksjs/logging'
4
import { projectPath } from '@stacksjs/path'
5
import * as storage from '@stacksjs/storage'
6
import type { UpgradeOptions } from '@stacksjs/types'
7
-import { version } from '../../../package.json'
+import { version } from '../package.json'
8
9
// import { determineDebugLevel } from '@stacksjs/utils'
10
storage/framework/core/src/vite/src/plugin/docs.ts
@@ -1,6 +1,6 @@
1
import { kolorist as c } from '@stacksjs/cli'
2
import type { ViteDevServer } from '..'
3
-import { version } from '../../../../package.json'
+import { version } from '../../package.json'
export const docsEngine = {
name: 'stacks-plugin',
0 commit comments