로컬실행모드추가 및 로컬실행시에는 백엔드 버튼 숨김

This commit is contained in:
backuppc
2026-01-21 14:43:10 +09:00
parent c84fd2a7e9
commit fc9500f99b
6 changed files with 1773 additions and 224 deletions

12
pkg-backend.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "webzilla-backend",
"version": "0.0.0",
"bin": "backend_proxy.cjs",
"pkg": {
"scripts": "backend_proxy.cjs",
"assets": [],
"targets": [
"node18-win-x64"
]
}
}