chore: add mock license server

This commit is contained in:
Ali BARIN
2023-09-29 21:09:06 +03:00
parent 174240a220
commit f79fc29203
5 changed files with 111 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
"private": true,
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"scripts": {
"start-mock-license-server": "node ./license-server-with-mock.js",
"test": "playwright test",
"test:fast": "yarn test -j 90% --quiet --reporter null --ignore-snapshots -x"
},
@@ -26,6 +27,7 @@
"@playwright/test": "^1.36.2"
},
"dependencies": {
"dotenv": "^16.3.1"
"dotenv": "^16.3.1",
"micro": "^10.0.1"
}
}