You run for production.
Jul 30, 2022
7
Level 1
how to deploy inertiajs with cpanel or hostinger Host?
whenever i tried run inertiajs in local i must run npm run dev, but i want to run it without npm run dev, so anyone can help me with that? if my project run on the local only what i do?
Level 1
I just found solution that i statically put the source and style of build, like link rel="stylesheet" href="http://localhost/public/build/assets/app.c7665c06.css" , script type="module" src="http://localhost/public/build/assets/app.31806003.js"> /script> . inside blade file and work perfeclty...
Please or to participate in this conversation.