TGTGamer
Explore posts from serversDTDrizzle Team
•Created by A_Dev on 10/22/2024 in #help
Pgschema
Simply make sure the drizzle definitions have the table included. You can either use the cli to generate these from your database or define the schema using the schema options: https://orm.drizzle.team/docs/schemas
2 replies
DTDrizzle Team
•Created by Kelvin on 9/7/2024 in #help
Creating migrations while using ES Modules fails with error `Cannot find module '<filename>.js`
Not sure if you fixed, but double check your
moduleResolution
as that was what got me with this issue. Solved by using NodeNext
or Node
instead of ESNext
, ES2021
etc...3 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Ta thank you 🙂
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
No worries. Worth a shot. I think it must be bit.dev causing an issue somewhere as the
server.server.listening
is returning true
and it's showing a result when I check the server.server.routes
so the routes are registering.
Is there any way to check what port sapphire is trying to use?26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
compiled to a dist and run from within the node_modules folder as a packaged app
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Yeah commands and listeners work fine
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Express works fine for me - so I'm really confused and wondering why express would work fine and sapphire would cause me issues
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Yeah, that's why I was hoping for someone with a brain to help me because mines apparently not functioning hahahaha
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Any suggestions, Is there an easy way to check the ports and such it's listening on?
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Yeah going to v0/ didn't work for me
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Bit.Dev utilises TSC. It's component first build pipelines, so it is designed to handle components. Think of Lerna and your mono-repo tools and add a load of extra utilities on top 🙂
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Will double check that isn't my problem 🙂
26 replies
SIASapphire - Imagine a framework
•Created by TGTGamer on 12/10/2023 in #sapphire-support
Bit.dev API Plugin not working
Runnning on Local Machine, Bit.Dev is just a build pipeline tool
26 replies