🔧 Import static assets (#3204)

Similar to `.assets(["images"])` in bud, we can add static assets in vite.
This commit is contained in:
tombroucke
2025-01-16 00:10:41 +01:00
committed by GitHub
parent 41e232bcdd
commit e5f46df7bc

View File

@@ -0,0 +1,4 @@
import.meta.glob([
'../images/**',
'../fonts/**',
]);