mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-29 13:46:18 +01:00
feature(turbo): Init turborepo - faster everything
This commit is contained in:
parent
3ff8d6f90b
commit
dfaa4fe3ac
5 changed files with 17 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"description": "",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production dotenv -e ../.env -- vite build",
|
||||
"watch": "cross-env NODE_ENV=production dotenv -e ../.env -- vite build --watch",
|
||||
"build:ci": "cross-env NODE_ENV=dev vite build --mode ci",
|
||||
"dev": "cross-env NODE_ENV=dev dotenv -e ../.env -- vite",
|
||||
"preview-prod": "cross-env NODE_ENV=dev dotenv -e ../.env -- vite preview",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue