Skip to content

Commit 634658b

Browse files
committed
chore: wip
1 parent c47f043 commit 634658b

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

config/launchpad.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ import type { LaunchpadConfig } from '@stacksjs/launchpad'
33
export const config: LaunchpadConfig = {
44
// Object format with version constraints
55
dependencies: {
6-
'bun.com': '^1.2.21',
7-
'redisio': '^8.0.0',
6+
'bun': '^1.2.21',
7+
// 'redis': '^8.2.1',
88
'sqlite': '^3.43.0',
9+
'aws/cli': '^2.22.26',
10+
'zip': '^3.0.0',
11+
'unzip': '^6.0.0',
912
},
1013

1114
// Or as an array (uses latest versions)

deps.yaml

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

0 commit comments

Comments
 (0)