File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1
1
import type { StacksConfig } from '@stacksjs/types'
2
2
import ai from '~/config/ai'
3
3
import analytics from '~/config/analytics'
4
- import api from '~/config/api'
5
4
import app from '~/config/app'
6
5
import cache from '~/config/cache'
7
6
import cli from '~/config/cli'
@@ -30,7 +29,6 @@ import ui from '~/config/ui'
30
29
export default {
31
30
ai,
32
31
analytics,
33
- api,
34
32
app,
35
33
cache,
36
34
cli,
Original file line number Diff line number Diff line change @@ -46,15 +46,6 @@ export interface StacksOptions {
46
46
*/
47
47
analytics : AnalyticsConfig
48
48
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
-
58
49
/**
59
50
* **Application Options**
60
51
*
You can’t perform that action at this time.
0 commit comments