Allow audio files in the playground
This commit is contained in:
parent
6d49e5977c
commit
179c7a8158
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ export async function start(options: {
|
||||||
'.png': 'file',
|
'.png': 'file',
|
||||||
'.glb': 'file',
|
'.glb': 'file',
|
||||||
'.gltf': 'file',
|
'.gltf': 'file',
|
||||||
|
'.mp3': 'file',
|
||||||
|
'.ogg': 'file',
|
||||||
'.svg': 'dataurl',
|
'.svg': 'dataurl',
|
||||||
},
|
},
|
||||||
define: {
|
define: {
|
||||||
|
|
Loading…
Reference in a new issue