Browse Source

fix: server import

ryanemax 8 tháng trước cách đây
mục cha
commit
75017757af
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      server/import.sh

+ 4 - 0
server/import.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+npx vite build
+cp dist/server/server.js temp-server.js
+node ./temp-server.js --import