Fixes production build with custom services

This commit is contained in:
2023-09-20 15:44:36 +02:00
parent bcb854aad7
commit f10e380bb2
9 changed files with 51 additions and 32 deletions

View File

@@ -1,9 +1,7 @@
import { type ServiceComponentPath, type ServiceHandler } from '../service';
import { type ServiceHandler } from '../service';
export const handle: ServiceHandler = () => {
const res = { logo: 'https://cdn.rawgit.com/pi-hole/graphics/master/Vortex/Vortex.svg' };
return res;
};
export const path: ServiceComponentPath = 'pihole/PiHoleContent.svelte';