mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
7 lines
76 B
Bash
7 lines
76 B
Bash
#!/bin/bash
|
|
|
|
./env.sh
|
|
|
|
./node_modules/.bin/prisma generate;
|
|
|
|
node server.js; |