public folder #273
andrew-m-p
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, public folder is hard coded , I have a situation where I needed to put leafphp in a /api folder and rename public to public2
Root -> api
-> public2
Could this be in a config here ?
In vite.config.js
build: {
outDir: './public2/build/',
This way leafphp can be in a seperate folder in shared web
Thanks for a great fast framework!
Beta Was this translation helpful? Give feedback.
All reactions