UNPKG

printify-effect

Version:

Effect-ts wrapper for Printify REST API — still in early development, use at your own risk!

10 lines (8 loc) 177 B
import { config } from "dotenv"; import { defineConfig } from "vitest/config"; config(); // load .env export default defineConfig({ test: { testTimeout: 60_000, }, });