Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
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