messing with yarn again (bored)

This commit is contained in:
proddy
2023-10-26 21:16:32 +02:00
parent 9bb157bbe6
commit 450f5a465c
7 changed files with 1930 additions and 161 deletions

893
mock-api/.yarn/releases/yarn-4.0.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -4,3 +4,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.0.cjs

View File

@@ -4,6 +4,7 @@
"description": "mock api for EMS-ESP",
"author": "proddy",
"main": "server.js",
"license": "MIT",
"scripts": {
"dev": "node --watch ./server.js localhost 3080",
"test": "echo \"Error: no test specified\" && exit 1"