rename to core
This commit is contained in:
@@ -32,15 +32,15 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
// Mirror main Vitest config so E2E tests can resolve package paths
|
||||
'@gridpilot/shared-result': path.resolve(__dirname, 'packages/shared/result/Result.ts'),
|
||||
'@gridpilot/automation': path.resolve(__dirname, 'packages/automation'),
|
||||
'@gridpilot/automation/*': path.resolve(__dirname, 'packages/automation/*'),
|
||||
'@gridpilot/testing-support': path.resolve(__dirname, 'packages/testing-support'),
|
||||
'@gridpilot/media': path.resolve(__dirname, 'packages/media'),
|
||||
'@gridpilot/shared-result': path.resolve(__dirname, 'core/shared/result/Result.ts'),
|
||||
'@gridpilot/automation': path.resolve(__dirname, 'core/automation'),
|
||||
'@gridpilot/automation/*': path.resolve(__dirname, 'core/automation/*'),
|
||||
'@gridpilot/testing-support': path.resolve(__dirname, 'core/testing-support'),
|
||||
'@gridpilot/media': path.resolve(__dirname, 'core/media'),
|
||||
'@': path.resolve(__dirname, 'apps/website'),
|
||||
'@/*': path.resolve(__dirname, 'apps/website/*'),
|
||||
packages: path.resolve(__dirname, 'packages'),
|
||||
'packages/*': path.resolve(__dirname, 'packages/*'),
|
||||
'core/*': path.resolve(__dirname, 'core/*'),
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user