Skip to content

Commit 74b74f8

Browse files
committed
chore: wip
1 parent 5f092cf commit 74b74f8

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

bun.lockb

16 Bytes
Binary file not shown.

storage/framework/cache/docs/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

storage/framework/server/src/utils.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ export async function useCustomOrDefaultServerConfig() {
3232
}
3333

3434
export async function buildDockerImage() {
35-
console.log('cl Preparing build...')
36-
log.info('styled Preparing build...')
37-
log.info('unstyled Preparing build...', { styled: false })
38-
log.debug('Preparing build...')
35+
log.info('Preparing build...', { styled: false })
3936

4037
// delete old CDK relating files, to always build fresh
4138
log.debug('Deleting old CDK files...')

0 commit comments

Comments
 (0)