Initialisation
Added the packages and files for the backend server
This commit is contained in:
8
node_modules/@apollo/protobufjs/cli/targets/json.js
generated
vendored
Normal file
8
node_modules/@apollo/protobufjs/cli/targets/json.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
module.exports = json_target;
|
||||
|
||||
json_target.description = "JSON representation";
|
||||
|
||||
function json_target(root, options, callback) {
|
||||
callback(null, JSON.stringify(root, null, 2));
|
||||
}
|
||||
Reference in New Issue
Block a user