Allow audio files in the playground

This commit is contained in:
Aria Minaei 2022-09-27 23:23:59 +02:00
parent 6d49e5977c
commit 179c7a8158

View file

@ -167,6 +167,8 @@ export async function start(options: {
'.png': 'file',
'.glb': 'file',
'.gltf': 'file',
'.mp3': 'file',
'.ogg': 'file',
'.svg': 'dataurl',
},
define: {