mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
add prod scripts
This commit is contained in:
parent
b093ef711e
commit
6b48e812c5
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
"setup": "cd server && yarn && cd .. && yarn setup:envs && echo \"Please run yarn dev:server and yarn dev:frontend in separate terminal tabs.\"",
|
||||
"setup:envs": "cd server && cp -n .env.example .env.development && cd ../collector && cp -n .env.example .env && cd ..",
|
||||
"dev:server": "cd server && yarn dev",
|
||||
"dev:frontend": "cd frontend && yarn start"
|
||||
"dev:frontend": "cd frontend && yarn start",
|
||||
"prod:server": "cd server && yarn start",
|
||||
"prod:frontend": "cd frontend && yarn start"
|
||||
},
|
||||
"private": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue