Skip to content

Commit 0dd96f7

Browse files
committed
chore: wip
1 parent d11bae0 commit 0dd96f7

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

.stacks/auto-imports.d.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ declare global {
5151
const and: typeof import('./core/utils/src/math')['and']
5252
const ansi256Bg: typeof import('./core/cli/src/utilities')['ansi256Bg']
5353
const any: typeof import('./core/validation/src/validate')['any']
54-
const app: typeof import('../config/app')['default']
5554
const appPath: typeof import('./core/path/src/index')['appPath']
5655
const arr: typeof import('./core/arrays/src/macro')['arr']
5756
const array: typeof import('./core/validation/src/validate')['array']
@@ -102,20 +101,16 @@ declare global {
102101
const breakpointsVuetify: typeof import('./core/utils/src/vendors')['breakpointsVuetify']
103102
const buildEnginePath: typeof import('./core/path/src/index')['buildEnginePath']
104103
const buildPath: typeof import('./core/path/src/index')['buildPath']
105-
const cache: typeof import('../config/cache')['default']
106104
const cachePath: typeof import('./core/path/src/index')['cachePath']
107105
const calculatePagination: typeof import('./core/search-engine/src/index')['calculatePagination']
108106
const camelCase: typeof import('./core/strings/src/case')['camelCase']
109107
const capitalCase: typeof import('./core/strings/src/case')['capitalCase']
110108
const capitalize: typeof import('./core/strings/src/case')['capitalize']
111-
const cdn: typeof import('../config/cdn')['default']
112109
const chai: typeof import('vitest')['chai']
113-
const chat: typeof import('../config/chat')['default']
114110
const chatPath: typeof import('./core/path/src/index')['chatPath']
115111
const clamp: typeof import('./core/utils/src/math')['clamp']
116112
const clampArrayRange: typeof import('./core/arrays/src/helpers')['clampArrayRange']
117113
const clearUndefined: typeof import('./core/objects/src/index')['clearUndefined']
118-
const cli: typeof import('../config/cli')['default']
119114
const cliPath: typeof import('./core/path/src/index')['cliPath']
120115
const client: typeof import('./core/search-engine/src/index')['client']
121116
const cloneFnJSON: typeof import('./core/utils/src/vendors')['cloneFnJSON']
@@ -170,7 +165,6 @@ declare global {
170165
const customStorageEventName: typeof import('./core/utils/src/vendors')['customStorageEventName']
171166
const cyan: typeof import('./core/cli/src/utilities')['cyan']
172167
const dashboardPath: typeof import('./core/path/src/index')['dashboardPath']
173-
const database: typeof import('../config/database')['default']
174168
const databasePath: typeof import('./core/path/src/index')['databasePath']
175169
const dateFormat: typeof import('./core/datetime/src/index')['dateFormat']
176170
const datetimePath: typeof import('./core/path/src/index')['datetimePath']
@@ -218,7 +212,6 @@ declare global {
218212
const deleteFiles: typeof import('./core/storage/src/files')['deleteFiles']
219213
const deleteFolder: typeof import('./core/storage/src/folders')['deleteFolder']
220214
const delimiter: typeof import('./core/path/src/index')['delimiter']
221-
const deps: typeof import('../config/deps')['default']
222215
const describe: typeof import('vitest')['describe']
223216
const desktopPath: typeof import('./core/path/src/index')['desktopPath']
224217
const detectIndent: typeof import('./core/strings/src/utils')['detectIndent']
@@ -232,9 +225,7 @@ declare global {
232225
const dirname: typeof import('./core/path/src/index')['dirname']
233226
const discord: typeof import('./core/chat/src/index')['discord']
234227
const dispatch: typeof import('./core/events/src/index')['dispatch']
235-
const dns: typeof import('../config/dns')['default']
236228
const dnsPath: typeof import('./core/path/src/index')['dnsPath']
237-
const docs: typeof import('../config/docs')['default']
238229
const docsPath: typeof import('./core/path/src/index')['docsPath']
239230
const doesFolderExist: typeof import('./core/storage/src/folders')['doesFolderExist']
240231
const doesNotContain: typeof import('./core/arrays/src/contains')['doesNotContain']
@@ -245,7 +236,6 @@ declare global {
245236
const eagerComputed: typeof import('./core/utils/src/vendors')['eagerComputed']
246237
const effect: typeof import('./core/signals/src/index')['effect']
247238
const effectScope: typeof import('vue')['effectScope']
248-
const email: typeof import('../config/email')['default']
249239
const emailPath: typeof import('./core/path/src/index')['emailPath']
250240
const encrypt: typeof import('./core/security/src/crypt')['encrypt']
251241
const ensurePrefix: typeof import('./core/strings/src/utils')['ensurePrefix']
@@ -294,7 +284,6 @@ declare global {
294284
const getFolders: typeof import('./core/storage/src/folders')['getFolders']
295285
const getSSRHandler: typeof import('./core/utils/src/vendors')['getSSRHandler']
296286
const getTypeName: typeof import('./core/utils/src/base')['getTypeName']
297-
const git: typeof import('../config/git')['default']
298287
const gitPath: typeof import('./core/path/src/index')['gitPath']
299288
const goToNextPage: typeof import('./core/search-engine/src/index')['goToNextPage']
300289
const goToPage: typeof import('./core/search-engine/src/index')['goToPage']
@@ -312,7 +301,6 @@ declare global {
312301
const hasOwnProperty: typeof import('./core/objects/src/index')['hasOwnProperty']
313302
const hasScript: typeof import('./core/utils/src/helpers')['hasScript']
314303
const hasSubUnits: typeof import('./core/utils/src/currency')['hasSubUnits']
315-
const hashing: typeof import('../config/hashing')['default']
316304
const haveSameAmount: typeof import('./core/utils/src/currency')['haveSameAmount']
317305
const haveSameCurrency: typeof import('./core/utils/src/currency')['haveSameCurrency']
318306
const headerCase: typeof import('./core/strings/src/case')['headerCase']
@@ -429,7 +417,6 @@ declare global {
429417
const lastPageNumber: typeof import('./core/search-engine/src/index')['lastPageNumber']
430418
const lessThan: typeof import('./core/utils/src/currency')['lessThan']
431419
const lessThanOrEqual: typeof import('./core/utils/src/currency')['lessThanOrEqual']
432-
const library: typeof import('../config/library')['default']
433420
const libraryEntryPath: typeof import('./core/path/src/index')['libraryEntryPath']
434421
const libsEntriesPath: typeof import('./core/path/src/index')['libsEntriesPath']
435422
const libsPath: typeof import('./core/path/src/index')['libsPath']
@@ -479,7 +466,6 @@ declare global {
479466
const not: typeof import('./core/utils/src/math')['not']
480467
const notNullish: typeof import('./core/utils/src/guards')['notNullish']
481468
const notUndefined: typeof import('./core/utils/src/guards')['notUndefined']
482-
const notification: typeof import('../config/notification')['default']
483469
const notificationsPath: typeof import('./core/path/src/index')['notificationsPath']
484470
const now: typeof import('./core/datetime/src/index')['now']
485471
const number: typeof import('./core/validation/src/validate')['number']
@@ -534,7 +520,6 @@ declare global {
534520
const path: typeof import('./core/path/src/index')['path']
535521
const pathCase: typeof import('./core/strings/src/case')['pathCase']
536522
const pathPath: typeof import('./core/path/src/index')['pathPath']
537-
const payment: typeof import('../config/payment')['default']
538523
const paymentsPath: typeof import('./core/path/src/index')['paymentsPath']
539524
const perPage: typeof import('./core/search-engine/src/index')['perPage']
540525
const plivo: typeof import('./core/sms/src/drivers/index')['plivo']
@@ -550,7 +535,6 @@ declare global {
550535
const put: typeof import('./core/storage/src/files')['put']
551536
const query: typeof import('./core/search-engine/src/index')['query']
552537
const queryBuilderPath: typeof import('./core/path/src/index')['queryBuilderPath']
553-
const queue: typeof import('../config/queue')['default']
554538
const queuePath: typeof import('./core/path/src/index')['queuePath']
555539
const rand: typeof import('./core/utils/src/math')['rand']
556540
const randomStr: typeof import('./core/strings/src/utils')['randomStr']
@@ -586,7 +570,6 @@ declare global {
586570
const sample: typeof import('./core/arrays/src/helpers')['sample']
587571
const schedulerPath: typeof import('./core/path/src/index')['schedulerPath']
588572
const scriptsPath: typeof import('./core/path/src/index')['scriptsPath']
589-
const searchEngine: typeof import('../config/search-engine')['default']
590573
const searchEnginePath: typeof import('./core/path/src/index')['searchEnginePath']
591574
const searchFilters: typeof import('./core/search-engine/src/index')['searchFilters']
592575
const searchParams: typeof import('./core/search-engine/src/index')['searchParams']
@@ -597,7 +580,6 @@ declare global {
597580
const sep: typeof import('./core/path/src/index')['sep']
598581
const serverPath: typeof import('./core/path/src/index')['serverPath']
599582
const serverlessPath: typeof import('./core/path/src/index')['serverlessPath']
600-
const services: typeof import('../config/services')['default']
601583
const setEnvValue: typeof import('./core/utils/src/helpers')['setEnvValue']
602584
const setSSRHandler: typeof import('./core/utils/src/vendors')['setSSRHandler']
603585
const setTotalHits: typeof import('./core/search-engine/src/index')['setTotalHits']
@@ -614,7 +596,6 @@ declare global {
614596
const sleep: typeof import('./core/utils/src/promise')['sleep']
615597
const slug: typeof import('./core/strings/src/utils')['slug']
616598
const slugPath: typeof import('./core/path/src/index')['slugPath']
617-
const sms: typeof import('../config/sms')['default']
618599
const sms77: typeof import('./core/sms/src/drivers/index')['sms77']
619600
const smsPath: typeof import('./core/path/src/index')['smsPath']
620601
const snakeCase: typeof import('./core/strings/src/case')['snakeCase']
@@ -681,7 +662,6 @@ declare global {
681662
const tryOnUnmounted: typeof import('./core/utils/src/vendors')['tryOnUnmounted']
682663
const twilio: typeof import('./core/sms/src/drivers/index')['twilio']
683664
const typesPath: typeof import('./core/path/src/index')['typesPath']
684-
const ui: typeof import('../config/ui')['default']
685665
const uiPath: typeof import('./core/path/src/index')['uiPath']
686666
const underline: typeof import('./core/cli/src/utilities')['underline']
687667
const uniq: typeof import('./core/arrays/src/helpers')['uniq']

.stacks/core/config/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineBuildConfig({
55
entries,
66

77
externals: [
8+
'stacks',
89
'@novu/stateless',
910
'@stacksjs/storage',
1011
'@stacksjs/path',

config/docs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { type DocsConfig } from 'stacks/types/src'
1+
import { type DocsConfig } from 'stacks/types'
2+
import { frameworkPath } from 'stacks/path'
3+
import services from './services'
24

35
// import type { PluginOption } from 'vite'
4-
import { frameworkPath } from '@stacksjs/path'
5-
import services from './services'
66

77
/**
88
* **Documentation Options**

0 commit comments

Comments
 (0)