Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 6, 2024
1 parent 1673f59 commit 1815dd0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions storage/framework/core/buddy/src/commands/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import process from 'node:process'
import { path as p } from '@stacksjs/path'
import { Action } from '@stacksjs/enums'
import { handleError } from '@stacksjs/error-handling'
import { storage } from '@stacksjs/storage'
import { log, runCommand } from '@stacksjs/cli'
import { ExitCode } from '@stacksjs/types'
import type { CLI, CliOptions } from '@stacksjs/types'
Expand Down
1 change: 1 addition & 0 deletions storage/framework/core/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"files": [
"README.md",
"dist",
"src"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions storage/framework/core/enums/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"files": [
"README.md",
"dist",
"src"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions storage/framework/core/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"files": [
"README.md",
"dist",
"src"
],
"scripts": {
Expand Down

0 comments on commit 1815dd0

Please sign in to comment.