chore: squelch vite warning (#11005)

pull/11011/head
Rich Harris 6 months ago committed by GitHub
parent 57813124d8
commit b6fab1cb91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,8 @@ import { read } from '$app/server';
const files = import.meta.glob('../../../../../../packages/svelte/src/**/*.js', {
eager: true,
as: 'url'
query: '?url',
import: 'default'
});
const prefix = '../../../../../../packages/svelte/';

Loading…
Cancel
Save