mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Update database generation command in install script (#11825)
This commit is contained in:
parent
c3cd9df12f
commit
b215bac01d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ $STD npm ci
|
|||
$STD npm run set:sqlite
|
||||
$STD npm run set:oss
|
||||
rm -rf server/private
|
||||
$STD npm run db:generate
|
||||
$STD npm run db:sqlite:generate
|
||||
$STD npm run build
|
||||
$STD npm run build:cli
|
||||
cp -R .next/standalone ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue