app/src/client/fonts/HossRound/Hoss-Round-Bold.otf and setup my Tailwindconfig and css to load that font.export default defineConfig({
server: {
open: true,
fs: {
allow: [
path.resolve(__dirname, "../src/client/static/fonts"),
],
},
},
});
app/.wasp/out/web-app/src/index.tsx" is outside of Vite serving allow list..