cmd
set DEBUG=baseRange:arg,http & node app.js
git bash
Si votre terminal est git bash lancer :
DEBUG=baseRange:arg,http node app.js
PowerShell
Si votre terminal est PowerShell lancer :
$env:DEBUG='baseRange:arg,http' ; node app.js
set DEBUG=baseRange:arg,http & node app.js
Si votre terminal est git bash lancer :
DEBUG=baseRange:arg,http node app.js
Si votre terminal est PowerShell lancer :
$env:DEBUG='baseRange:arg,http' ; node app.js
Création d'un déploiement.
Créez son propre server JSON !
https://jsonplaceholder.typicode.com/
https://my-json-server.typicode.com/dupontdenis/myJsonServer
En action : https://github.com/dupontdenis/myJsonServer.git
Créer un fichier app.js
Créer un fichier api.http
https://stackoverflow.com/questions/46745014/alternative-for-dirname-in-node-js-when-using-es6-modules/53826979#53826979
const fs = require("fs").promises;