Skip to content

Commit c644ca9

Browse files
committed
chore: wip
1 parent 8fc6fbf commit c644ca9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

storage/framework/core/src/alias/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export const alias: Record<string, string> = {
3030
'@stacksjs/collections/*': p.collectionsPath('src/*'),
3131
'@stacksjs/config': p.configPath('src/index.ts'),
3232
'@stacksjs/config/*': p.configPath('src/*'),
33-
'@stacksjs/dashboard': p.dashboardPath('src/index.ts'),
34-
'@stacksjs/dashboard/*': p.dashboardPath('src/*'),
3533
'@stacksjs/database': p.databasePath('src/index.ts'),
3634
'@stacksjs/database/*': p.databasePath('src/*'),
3735
'@stacksjs/datetime': p.datetimePath('src/index.ts'),
@@ -139,8 +137,6 @@ export const alias: Record<string, string> = {
139137
'stacks/collections/*': p.collectionsPath('src/*'),
140138
'stacks/config': p.configPath('src/index.ts'),
141139
'stacks/config/*': p.configPath('src/*'),
142-
'stacks/dashboard': p.dashboardPath('src/index.ts'),
143-
'stacks/dashboard/*': p.dashboardPath('src/*'),
144140
'stacks/database': p.databasePath('src/index.ts'),
145141
'stacks/database/*': p.databasePath('src/*'),
146142
'stacks/development': p.developmentPath('src/index.ts'),

storage/framework/core/src/path/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function configPath(path?: string) {
128128
}
129129

130130
export function corePath(path?: string) {
131-
return frameworkPath(`core/${path || ''}`)
131+
return frameworkPath(`core/src/${path || ''}`)
132132
}
133133

134134
export function customElementsDataPath() {
@@ -446,7 +446,6 @@ export const path = {
446446
databasePath,
447447
datetimePath,
448448
developmentPath,
449-
dashboardPath,
450449
desktopPath,
451450
docsPath,
452451
dnsPath,

0 commit comments

Comments
 (0)