Compare commits

...

3 Commits

Author SHA1 Message Date
backuppc
86729014d3 .. 2026-01-20 15:08:33 +09:00
backuppc
e28de5f2c3 백엔드파일 추적 제외 2026-01-20 15:08:24 +09:00
backuppc
32fee75e69 make backend file 2026-01-20 15:07:36 +09:00
4 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
pkg backend_proxy.cjs --targets node18-win-x64 --output webftp-backend.exe
pkg backend_proxy.cjs --targets node18-win-x64 --output .\public\webftp-backend.exe

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "pkg backend_proxy.cjs --targets node18-win-x64 --output public/webftp-backend.exe && vite build",
"preview": "vite preview",
"proxy": "node backend_proxy.cjs"
},
@@ -20,7 +20,8 @@
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"pkg": "^5.8.1",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}
}

Binary file not shown.

Binary file not shown.