This commit is contained in:
Jacob Overgaard
2023-05-26 10:22:54 +02:00
parent c088c8ffc1
commit 1d01f852ec

View File

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