Added build asset

This commit is contained in:
Patrick Alvin Alcala 2025-09-02 12:08:34 +08:00
parent 7a9cd4b4bf
commit 5507a4ff39

View file

@ -11,4 +11,7 @@ export default defineConfig({
transformer: 'lightningcss',
},
},
build: {
assets: '_fwt',
},
})