@stacksjs/config 0.58.28 → 0.58.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/overrides.ts +0 -2
package/package.json
CHANGED
package/src/overrides.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { StacksConfig } from '@stacksjs/types'
|
|
2
2
|
import ai from '../../../../../config/ai'
|
|
3
|
-
import api from '../../../../../config/api'
|
|
4
3
|
import app from '../../../../../config/app'
|
|
5
4
|
import cache from '../../../../../config/cache'
|
|
6
5
|
import binary from '../../../../../config/cli'
|
|
@@ -25,7 +24,6 @@ import ui from '../../../../../config/ui'
|
|
|
25
24
|
// this "user config" will override the default config options
|
|
26
25
|
export default {
|
|
27
26
|
ai,
|
|
28
|
-
api,
|
|
29
27
|
app,
|
|
30
28
|
binary,
|
|
31
29
|
cache,
|