Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions kubb.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ import dotenv from 'dotenv'

dotenv.config()

const KUBB_ENV = process.env.KUBB_ENV

const baseURL = !KUBB_ENV
? 'https://api-q513.onrender.com'
: KUBB_ENV === 'local'
? 'http://127.0.0.1:4000'
: KUBB_ENV
// DO NOT MERGE THIS PR, IT IS ONLY FOR TESTING PURPOSES
const baseURL = 'https://api-pr-113-8owu.onrender.com'

const config = defineConfig({
root: '.',
Expand Down