Skip to content

Commit

Permalink
readd tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
suphero committed Nov 12, 2023
1 parent 30becf8 commit 34565b2
Show file tree
Hide file tree
Showing 4 changed files with 998 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install pargali
To use `Pargali`, require it at the beginning of your application. This ensures all environment variables are loaded and available:

```javascript
const Pargali = require('pargali');
const Pargali = require('pargali').default;
```

## Accessing Environment Variables
Expand Down
Loading

0 comments on commit 34565b2

Please sign in to comment.