Skip to content

Commit d218163

Browse files
committed
chore: wip
1 parent ad7093e commit d218163

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

storage/framework/server/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import process from 'node:process'
22
import { log } from '@stacksjs/cli'
33
import { cloud } from '@stacksjs/config'
4-
import { path as p } from '@stacksjs/path'
54
import { intro, outro } from '../core/build/src'
65
import { buildDockerImage, useCustomOrDefaultServerConfig } from './src/utils'
76

storage/framework/server/src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { slug } from '@stacksjs/strings'
77
import { $ } from 'bun'
88

99
export async function cleanCopy(sourcePath: string, targetPath: string) {
10-
$.cwd(frameworkPath('server'))
1110
try {
1211
log.debug(`Deleting ${targetPath} ...`)
1312
await runCommand(`rm -rf ${targetPath}`)

0 commit comments

Comments
 (0)