chore: add project dependencies and configuration files
Initial setup of project dependencies including axios, express, dotenv, and other supporting packages. Added configuration files and documentation for project setup and usage.
This commit is contained in:
3
node_modules/axios/lib/platform/node/classes/FormData.js
generated
vendored
Normal file
3
node_modules/axios/lib/platform/node/classes/FormData.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import FormData from 'form-data';
|
||||
|
||||
export default FormData;
|
||||
4
node_modules/axios/lib/platform/node/classes/URLSearchParams.js
generated
vendored
Normal file
4
node_modules/axios/lib/platform/node/classes/URLSearchParams.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
|
||||
import url from 'url';
|
||||
export default url.URLSearchParams;
|
||||
Reference in New Issue
Block a user