This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docs/src/frontend/apps/impress/jest.setup.ts
Anthony LC 8fda0bc9b9 🚀(app-impress) create the base app impress
Create the base app impress, based on the
people app.
2024-04-02 16:39:17 +02:00

4 lines
75 B
TypeScript

import * as dotenv from 'dotenv';
dotenv.config({ path: './.env.test' });