Skip to content

Commit a17b94b

Browse files
committed
chore: wip
1 parent 48e7543 commit a17b94b

File tree

67 files changed

+6
-533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+6
-533
lines changed

bun.lockb

-16.3 KB
Binary file not shown.

storage/framework/core/actions/build.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
root: './src',
53
outdir: './dist',
@@ -74,10 +72,4 @@ await Bun.build({
7472
'@stacksjs/database',
7573
'bun',
7674
],
77-
78-
plugins: [
79-
dts({
80-
cwd: import.meta.dir,
81-
}),
82-
],
8375
})

storage/framework/core/ai/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
root: './src',
53

@@ -15,9 +13,4 @@ await Bun.build({
1513
'@aws-sdk/client-bedrock',
1614
],
1715

18-
plugins: [
19-
dts({
20-
cwd: import.meta.dir,
21-
}),
22-
],
2316
})

storage/framework/core/alias/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: [
53
'./src/index.ts',
@@ -12,9 +10,4 @@ await Bun.build({
1210
'@stacksjs/path',
1311
],
1412

15-
plugins: [
16-
dts({
17-
cwd: import.meta.dir,
18-
}),
19-
],
2013
})
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: [
53
'./src/index.ts',
@@ -8,9 +6,4 @@ await Bun.build({
86
outdir: './dist',
97
format: 'esm',
108

11-
plugins: [
12-
dts({
13-
cwd: import.meta.dir,
14-
}),
15-
],
169
})

storage/framework/core/api/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: [
53
'./src/index.ts',
@@ -9,9 +7,4 @@ await Bun.build({
97
format: 'esm',
108
target: 'bun',
119

12-
plugins: [
13-
dts({
14-
cwd: import.meta.dir,
15-
}),
16-
],
1710
})
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: [
53
'./src/index.ts',
@@ -13,9 +11,4 @@ await Bun.build({
1311
'@stacksjs/utils',
1412
],
1513

16-
plugins: [
17-
dts({
18-
cwd: import.meta.dir,
19-
}),
20-
],
2114
})

storage/framework/core/auth/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: [
53
'./src/index.ts',
@@ -8,9 +6,4 @@ await Bun.build({
86
outdir: './dist',
97
format: 'esm',
108

11-
plugins: [
12-
dts({
13-
cwd: import.meta.dir,
14-
}),
15-
],
169
})

storage/framework/core/buddy/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: [
53
'./src/index.ts',
@@ -30,9 +28,4 @@ await Bun.build({
3028
'bun',
3129
],
3230

33-
plugins: [
34-
dts({
35-
cwd: import.meta.dir,
36-
}),
37-
],
3831
})

storage/framework/core/build/build.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dts from 'bun-plugin-dts-auto'
2-
31
await Bun.build({
42
entrypoints: ['./src/index.ts'],
53
outdir: './dist',
@@ -10,9 +8,4 @@ await Bun.build({
108
'@stacksjs/vite',
119
],
1210

13-
plugins: [
14-
dts({
15-
cwd: import.meta.dir,
16-
}),
17-
],
1811
})

0 commit comments

Comments
 (0)