Skip to content

Commit 2bd535f

Browse files
committed
chore: wip
1 parent fa71621 commit 2bd535f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/framework/core/src/actions/src/upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { log } from '@stacksjs/logging'
44
import { projectPath } from '@stacksjs/path'
55
import * as storage from '@stacksjs/storage'
66
import type { UpgradeOptions } from '@stacksjs/types'
7-
import { version } from '../../../package.json'
7+
import { version } from '../package.json'
88

99
// import { determineDebugLevel } from '@stacksjs/utils'
1010

storage/framework/core/src/vite/src/plugin/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { kolorist as c } from '@stacksjs/cli'
22
import type { ViteDevServer } from '..'
3-
import { version } from '../../../../package.json'
3+
import { version } from '../../package.json'
44

55
export const docsEngine = {
66
name: 'stacks-plugin',

0 commit comments

Comments
 (0)