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 c47f043 commit 634658bCopy full SHA for 634658b
config/launchpad.ts
@@ -3,9 +3,12 @@ import type { LaunchpadConfig } from '@stacksjs/launchpad'
3
export const config: LaunchpadConfig = {
4
// Object format with version constraints
5
dependencies: {
6
- 'bun.com': '^1.2.21',
7
- 'redisio': '^8.0.0',
+ 'bun': '^1.2.21',
+ // 'redis': '^8.2.1',
8
'sqlite': '^3.43.0',
9
+ 'aws/cli': '^2.22.26',
10
+ 'zip': '^3.0.0',
11
+ 'unzip': '^6.0.0',
12
},
13
14
// Or as an array (uses latest versions)
deps.yaml
0 commit comments