mirror of
https://github.com/teableio/teable.git
synced 2026-03-23 00:04:56 +08:00
* refactor: official file organization * fix: reset query error in plugin * fix: next types * fix: restore plugin position * fix: plugin header flash
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
node ./apps/nestjs-backend/dist/index.js &
|
|
node ./plugins/server.js &
|
|
wait -n |