mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 04:04:35 +02:00
split base_url into dashboard_url and base_domain
This commit is contained in:
parent
26a165ab71
commit
e1f0834af4
17 changed files with 100 additions and 37 deletions
|
@ -1,7 +1,5 @@
|
|||
import logger from "@server/logger";
|
||||
|
||||
export default async function migration() {
|
||||
console.log("Running setup script 1.0.0-beta.1");
|
||||
console.log("Running setup script 1.0.0-beta.1...");
|
||||
// SQL operations would go here in ts format
|
||||
console.log("Done...");
|
||||
console.log("Done.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue