mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-18 09:35:44 +00:00
9 lines
217 B
JavaScript
9 lines
217 B
JavaScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
import dotenv from 'dotenv';
|
|
import { TribufuClient } from '../build';
|
|
|
|
dotenv.config();
|
|
|
|
const client = TribufuClient.fromEnv();
|
|
const clientId = client.getClientId();
|