Udayan Maurya
Udayan Maurya
### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? 0.21.1 ### Describe the Bug I was trying to create my first migration...
My code: ```ts import { InfisicalClient, LogLevel } from "@infisical/sdk"; // Secret const client = new InfisicalClient({ clientId: "YOUR_CLIENT_ID", clientSecret: "YOUR_CLIENT_SECRET", logLevel: LogLevel.Error, }); ``` When I start this app...
### Feature description File `.infisical.json` contains project ID. However, when starting application using machine ID project ID is required to be added to startup command. It is redundant to provide...