How do you add a directory of files to publicAssets at build time?
I'm trying to add a directory of files (wasm and tflite models) to my publicAssets directory at build time so that my application can access these files by url during runtime.
It seems that the way to do this would be via the Nuxt config: