Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Feb 5, 2025
1 parent 15a4595 commit 16925fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serve/serveAction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { LiffApiClient } from "../api/liff.js";
import { resolveChannel } from "../channel/resolveChannel.js";
import { spawn } from "node:child_process";
import { LocalProxy } from "../proxy/local-proxy.js";
import { LocalProxy } from "./proxy/local-proxy.js";
import path from "path";
import { serveAction } from "./serveAction.js";

Expand Down

0 comments on commit 16925fe

Please sign in to comment.