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 ad7093e commit d218163Copy full SHA for d218163
storage/framework/server/build.ts
@@ -1,7 +1,6 @@
1
import process from 'node:process'
2
import { log } from '@stacksjs/cli'
3
import { cloud } from '@stacksjs/config'
4
-import { path as p } from '@stacksjs/path'
5
import { intro, outro } from '../core/build/src'
6
import { buildDockerImage, useCustomOrDefaultServerConfig } from './src/utils'
7
storage/framework/server/src/utils.ts
@@ -7,7 +7,6 @@ import { slug } from '@stacksjs/strings'
import { $ } from 'bun'
8
9
export async function cleanCopy(sourcePath: string, targetPath: string) {
10
- $.cwd(frameworkPath('server'))
11
try {
12
log.debug(`Deleting ${targetPath} ...`)
13
await runCommand(`rm -rf ${targetPath}`)
0 commit comments