fix: rts version file moved to src (#15963)
This commit is contained in:
parent
d39cecbbb4
commit
ba9281cf77
|
|
@ -35,5 +35,5 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"types": ["cypress", "node", "cypress-real-events"]
|
||||
},
|
||||
"include": ["/**/*.ts"]
|
||||
"include": ["/**/*.ts", "../../rts/src/version.js"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import path from "path";
|
|||
import express from "express";
|
||||
import { Server } from "socket.io";
|
||||
import log, { LogLevelDesc } from "loglevel";
|
||||
import { VERSION as buildVersion } from "./constants/version"; // release version of the api
|
||||
import { VERSION as buildVersion } from "./version"; // release version of the api
|
||||
import { initializeSockets } from "./sockets";
|
||||
|
||||
const RTS_BASE_PATH = "/rts";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import {
|
|||
PAGE_ROOM_PREFIX,
|
||||
ROOT_NAMESPACE,
|
||||
} from "../constants/socket";
|
||||
import { VERSION as buildVersion } from "../constants/version";
|
||||
import { VERSION as buildVersion } from "../version";
|
||||
import {
|
||||
subscribeToEditEvents,
|
||||
onAppSocketConnected,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user