Resolve merge conflicts

This commit is contained in:
Tuan Dang
2023-03-07 11:22:56 +07:00
68 changed files with 1028 additions and 446 deletions

View File

@@ -24,6 +24,7 @@ Prerequisites:
```js
const crypto = require('crypto');
const axios = require('axios');
const nacl = require('tweetnacl');
const BASE_URL = 'https://app.infisical.com';
const ALGORITHM = 'aes-256-gcm';