Skip to content

Commit 1815dd0

Browse files
committed
chore: wip
1 parent 1673f59 commit 1815dd0

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

bun.lockb

0 Bytes
Binary file not shown.

storage/framework/core/buddy/src/commands/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import process from 'node:process'
22
import { path as p } from '@stacksjs/path'
33
import { Action } from '@stacksjs/enums'
44
import { handleError } from '@stacksjs/error-handling'
5+
import { storage } from '@stacksjs/storage'
56
import { log, runCommand } from '@stacksjs/cli'
67
import { ExitCode } from '@stacksjs/types'
78
import type { CLI, CliOptions } from '@stacksjs/types'

storage/framework/core/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"files": [
3737
"README.md",
38+
"dist",
3839
"src"
3940
],
4041
"scripts": {

storage/framework/core/enums/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"files": [
3838
"README.md",
39+
"dist",
3940
"src"
4041
],
4142
"scripts": {

storage/framework/core/env/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"files": [
3838
"README.md",
39+
"dist",
3940
"src"
4041
],
4142
"scripts": {

0 commit comments

Comments
 (0)