Hello,
That's a very cool project, thanks!
It's more a question than I issue, but can Tinasaurus be used in self-hosting environnement , for exemple with:GitLab and MongoDB ?
Using this : https://gist.github.com/jakobmeusburger/43f47da2c99c075bba90e8463c845069)
I gave it a quick try but I'm quickly getting errors when trying "npm run dev" or "npm run build".
Steps I followed from a freshly pulled tinasaurus:
npm install && npm run dev
(everyhin gok)
Then:
npx @tinacms/cli@latest init backend
Then
npm install @gitbeaker/rest
- Configured .env file with required variables
npm run dev
I start having errors like:
Module build failed: UnhandledSchemeError: Reading from "node:path" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
I kinday recently discovered both of TinaCMS and docusaurus, maybe what I am trying to do is not posslbe ?
Kind regards,
Sébastien
Hello,
That's a very cool project, thanks!
It's more a question than I issue, but can Tinasaurus be used in self-hosting environnement , for exemple with:GitLab and MongoDB ?
Using this : https://gist.github.com/jakobmeusburger/43f47da2c99c075bba90e8463c845069)
I gave it a quick try but I'm quickly getting errors when trying "npm run dev" or "npm run build".
Steps I followed from a freshly pulled tinasaurus:
npm install && npm run dev(everyhin gok)
Then:
Then
npm run devI start having errors like:
I kinday recently discovered both of TinaCMS and docusaurus, maybe what I am trying to do is not posslbe ?
Kind regards,
Sébastien