Uses of Class
dev.relism.flash.ext.vite.ViteExtension
-
Uses of ViteExtension in dev.relism.flash.ext.vite
Methods in dev.relism.flash.ext.vite that return ViteExtensionModifier and TypeMethodDescriptionWhere the frontend is served from,/by default; Vite'sbasehas to match it.ViteExtension.devPort(int devPort) Vite's port in DEV, 5173 by default.ViteExtension.navigationOnly(boolean navigationOnly) Whether only a browser navigation to a path that is no file getsindex.html,trueby default, so an API call to a missing route gets a 404 rather than the page.The Vite project,web(relative to the working directory) by default.