Skip to content

Commit 37a54ba

Browse files
committed
chore: wip
1 parent 5ee3840 commit 37a54ba

File tree

33 files changed

+7
-119
lines changed

33 files changed

+7
-119
lines changed

storage/framework/core/actions/build.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const result = await Bun.build({
1111
target: 'bun',
1212
sourcemap: 'linked',
1313
minify: true,
14-
1514
entrypoints: [
1615
'./src/build/component-libs.ts',
1716
'./src/build/core.ts',
@@ -68,8 +67,6 @@ const result = await Bun.build({
6867
'@stacksjs/enums',
6968
'@stacksjs/storage',
7069
'@stacksjs/utils',
71-
'markdown-it',
72-
'vue-component-meta',
7370
'@stacksjs/strings',
7471
'@stacksjs/config',
7572
'@stacksjs/error-handling',

storage/framework/core/ai/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const result = await Bun.build({
1111
format: 'esm',
1212
sourcemap: 'linked',
1313
minify: true,
14-
external: ['@aws-sdk/client-bedrock-runtime', '@aws-sdk/client-bedrock'],
1514
})
1615

1716
await outro({

storage/framework/core/buddy/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ await Bun.build({
2323
'@stacksjs/path',
2424
'@stacksjs/storage',
2525
'@stacksjs/types',
26-
'@aws-sdk/client-route-53',
2726
'bun',
2827
],
2928
})

storage/framework/core/build/build.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ const result = await Bun.build({
1414

1515
external: [
1616
'bun',
17-
'@babel/parser',
18-
'@babel/traverse',
19-
'@babel/generator',
2017
'@stacksjs/path',
2118
'@stacksjs/storage',
2219
'@stacksjs/cli',

storage/framework/core/chat/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ const { startTime } = await intro({
66

77
const result = await Bun.build({
88
entrypoints: ['./src/index.ts'],
9-
109
outdir: './dist',
1110
format: 'esm',
1211
target: 'bun',
1312
sourcemap: 'linked',
1413
minify: true,
15-
1614
external: ['@stacksjs/cli', '@stacksjs/error-handling'],
1715
})
1816

storage/framework/core/cli/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@ const result = await Bun.build({
1010
target: 'bun',
1111
sourcemap: 'linked',
1212
minify: true,
13-
1413
external: [
15-
'vite',
16-
'@antfu/install-pkg',
1714
'@stacksjs/config',
1815
'@stacksjs/types',
1916
'@stacksjs/tunnel',
2017
'@stacksjs/logging',
21-
'prompts',
2218
'@stacksjs/utils',
2319
'@stacksjs/validation',
2420
'@stacksjs/error-handling',
25-
'ora',
26-
'kolorist',
27-
'cac',
2821
'@stacksjs/collections',
2922
],
3023
})

storage/framework/core/cloud/build.ts

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,7 @@ const result = await Bun.build({
1010
target: 'bun',
1111
sourcemap: 'linked',
1212
minify: true,
13-
1413
external: [
15-
'@aws-sdk/client-cloudformation',
16-
'@aws-sdk/client-cloudwatch-logs',
17-
'@aws-sdk/client-ec2',
18-
'@aws-sdk/client-efs',
19-
'@aws-sdk/client-iam',
20-
'@aws-sdk/client-ssm',
21-
'@aws-sdk/lambda',
22-
'@aws-sdk/client-route-53-domains',
23-
'@aws-sdk/client-s3',
2414
'@stacksjs/cli',
2515
'@stacksjs/cloud',
2616
'@stacksjs/config',
@@ -30,51 +20,8 @@ const result = await Bun.build({
3020
'@stacksjs/utils',
3121
'@stacksjs/strings',
3222
'@stacksjs/storage',
33-
'aws-cdk-lib',
34-
'constructs',
3523
'@stacksjs/env',
36-
'@smithy/types',
37-
'@smithy/protocol-http',
38-
'@aws-sdk/middleware-logger',
39-
'@aws-sdk/middleware-recursion-detection',
40-
'@aws-sdk/middleware-host-header',
41-
'@smithy/property-provider',
42-
'@aws-crypto/crc32',
43-
'@smithy/util-hex-encoding',
44-
'@smithy/smithy-client',
45-
'@smithy/signature-v4',
46-
'@smithy/util-endpoints',
47-
'@aws-sdk/util-endpoints',
48-
'@smithy/util-middleware',
49-
'@aws-sdk/middleware-user-agent',
50-
'@smithy/util-config-provider',
51-
'@smithy/config-resolver',
52-
'@smithy/middleware-content-length',
53-
'@smithy/middleware-endpoint',
54-
'@smithy/util-retry',
55-
'@smithy/service-error-classification',
56-
'@smithy/middleware-retry',
57-
'@smithy/core',
58-
'@aws-sdk/core',
59-
'@smithy/middleware-serde',
60-
'fast-xml-parser',
61-
'@smithy/shared-ini-file-loader',
62-
'@smithy/credential-provider-imds',
63-
'@aws-sdk/credential-provider-env',
64-
'@aws-sdk/client-sso',
65-
'@aws-sdk/credential-provider-sso',
66-
'@aws-sdk/credential-provider-ini',
67-
'@aws-sdk/credential-provider-process',
68-
'@aws-sdk/credential-provider-web-identity',
69-
'universalify',
70-
'graceful-fs',
71-
'fs-extra',
72-
'fast-glob',
73-
'kleur',
7424
'@stacksjs/cli',
75-
'@aws-sdk/middleware-signing',
76-
'@smithy/eventstream-serde-config-resolver',
77-
'@aws-sdk/client-lambda',
7825
],
7926
})
8027

storage/framework/core/collections/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const result = await Bun.build({
1010
format: 'esm',
1111
sourcemap: 'linked',
1212
minify: true,
13-
external: ['collect.js'],
1413
})
1514

1615
await outro({

storage/framework/core/config/build.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ const result = await Bun.build({
1818
'@stacksjs/env',
1919
'@stacksjs/path',
2020
'@stacksjs/validation',
21-
'@vinejs/compiler',
22-
'pluralize',
2321
'@stacksjs/strings',
24-
'validator',
25-
'@vinejs/vine',
2622
],
2723
})
2824

storage/framework/core/database/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const result = await Bun.build({
2222
'@stacksjs/storage',
2323
'@stacksjs/strings',
2424
'@stacksjs/utils',
25-
'kysely',
26-
'mysql2',
2725
'bun',
2826
],
2927
})

0 commit comments

Comments
 (0)