rename core to shared

This commit is contained in:
Mads Rasmussen
2023-05-16 22:11:11 +02:00
parent 642c34c88c
commit 8cef0fcf48
778 changed files with 115 additions and 249 deletions

View File

@@ -1,5 +1,5 @@
import { UmbAppElement } from './src/apps/app/app.element';
import { startMockServiceWorker } from './src/core/mocks';
import { startMockServiceWorker } from './src/shared/mocks';
if (import.meta.env.VITE_UMBRACO_USE_MSW === 'on') {
startMockServiceWorker();