mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 00:46:38 +01:00
71168f161c
Its cleaner like UpdateAndStart.bat already has
8 lines
132 B
Batchfile
8 lines
132 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
set NODE_ENV=production
|
|
call npm install --no-audit --no-fund --quiet --omit=dev
|
|
node server.js %*
|
|
pause
|
|
popd
|