Bogac
MManifest
•Created by Bogac on 11/13/2024 in #questions-🙋
Two projects (sub-domains) using the same database
I just saw the presentation Bruno did on Svelte Weekly and I have a question. Lets say I'm building a public facing website and an administration counterpart for it, first one being
Route based approach might be a solution (
mywebsite.com
and later one is admin.mywebsite.com
can we setup this scenario? Maybe in a mono-repo or just a parent-child folder structure for the projects and both sites uses same manifest project.Route based approach might be a solution (
mysite.com/admin
) if manifest doesn't support multi-project environment yet I'm sure there are projects which above use case makes more sense too.
Thank you4 replies