Skip to content

Commit

Permalink
Retry something
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Feb 28, 2024
1 parent 3ae26cb commit cff3f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rx-paired.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node

import path from "path";
import { fileURLToPath } from "url";
import {
Expand All @@ -14,7 +15,7 @@ import {
DEFAULT_INSPECTOR_MESSAGE_LIMIT,
DEFAULT_LOG_FILE_PATH,
} from "./server/build/constants.js";
import RxPairedServer from "./server/RxPaired-server.bundle.mjs";
import RxPairedServer from "./server/build/main.js";
import buildClient from "./client/build.mjs";
import buildInspector from "./inspector/build.mjs";
import startStaticHttpServer from "./utils/static_http_server.mjs";
Expand Down

0 comments on commit cff3f2e

Please sign in to comment.