feature(turbo): Init turborepo - faster everything

This commit is contained in:
LaraClara 2023-06-12 21:57:11 +10:00
parent 3ff8d6f90b
commit dfaa4fe3ac
No known key found for this signature in database
GPG key ID: 4FA6B6ADA1F7C937
5 changed files with 17 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"scripts": {
"start": "echo 'please run this from the root directory'",
"server-dev": "echo 'please run this from the root directory'",
"watch": "cross-env NODE_ENV=development npx nodemon server/index.js",
"test": "cross-env NODE_ENV=test jest",
"test:ci": "jest --ci",
"test2": "node --inspect app/langchain/test2.js",