Skip to content

Commit 1a1a583

Browse files
committed
chore: wip
1 parent 8c17361 commit 1a1a583

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

storage/framework/core/config/src/overrides.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { StacksConfig } from '@stacksjs/types'
22
import ai from '~/config/ai'
33
import analytics from '~/config/analytics'
4-
import api from '~/config/api'
54
import app from '~/config/app'
65
import cache from '~/config/cache'
76
import cli from '~/config/cli'
@@ -30,7 +29,6 @@ import ui from '~/config/ui'
3029
export default {
3130
ai,
3231
analytics,
33-
api,
3432
app,
3533
cache,
3634
cli,

storage/framework/core/types/src/stacks.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ export interface StacksOptions {
4646
*/
4747
analytics: AnalyticsConfig
4848

49-
/**
50-
* **API Options**
51-
*
52-
* This configuration defines all of your API options. Because Stacks is fully-typed, you
53-
* may hover any of the options below and the definitions will be provided. In case you
54-
* have any questions, feel free to reach out via Discord or GitHub Discussions.
55-
*/
56-
api: ApiConfig
57-
5849
/**
5950
* **Application Options**
6051
*

0 commit comments

Comments
 (0)