Sfoglia il codice sorgente

fix: server import

ryanemax 8 mesi fa
parent
commit
75017757af
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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