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',
|
||||
'.glb': 'file',
|
||||
'.gltf': 'file',
|
||||
'.mp3': 'file',
|
||||
'.ogg': 'file',
|
||||
'.svg': 'dataurl',
|
||||
},
|
||||
define: {
|
||||
|
|
Loading…
Reference in a new issue