mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-22 03:35:11 +02:00
Copy in org domain from config for now
This commit is contained in:
parent
0386d81b95
commit
39a24c951c
2 changed files with 17 additions and 0 deletions
|
@ -3,9 +3,11 @@ import { createApiServer } from "./apiServer";
|
|||
import { createNextServer } from "./nextServer";
|
||||
import { createInternalServer } from "./internalServer";
|
||||
import { User, UserOrg } from "./db/schema";
|
||||
import { copyInConfig } from "./setup/copyInConfig";
|
||||
|
||||
async function startServers() {
|
||||
await ensureActions();
|
||||
await copyInConfig();
|
||||
|
||||
// Start all servers
|
||||
const apiServer = createApiServer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue