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 you...What about the deprecated packages?
=> => # npm warn deprecated [email protected]: This package is no longer supported.
=> => # npm warn deprecated [email protected]: This package is no longer supported.
=> => # npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
=> => # npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
=> => # npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported...
Docker and manifest
Hello there!
I was trying to create a dockerfile to dockerize manifest and i've been riddled with the "cannot find database" error.
Any idea why ?...
Stripe integration
Hello, I'm new here. I discovered manifest today and it seems interesting (I didn't get the time to explore it so much).
I'm thinking about creating a new project with it, but I have some questions about it:
Is it possible to integrate stripe in its core or, to achieve that, I'll have to somehow create a node.js project and, there integrate manifest + stripe?...
Video suggestion
Hi all! I wanted to start by saying thank you for the project. The concept seems trully great!
Could someone please let me know if there are any YouTube videos explaining the implementation of Manifest YAML? I'm asking because I don't have a dev background, and I find I learn more effectively by watching video tutorials (e.g., Loom, OBS recordings) that demonstrate the process step-by-step.
I've previously set up tlx.directory using a JSON file. However, I'm interested in transitioning to a Manifest file setup. Any guidance or video resources would be greatly appreciated 🙂 Kind regards...