We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3794f7 commit 0ebb602Copy full SHA for 0ebb602
1 file changed
rollup.config.mjs
@@ -23,7 +23,7 @@ function getOutputFileName(suffix) {
23
return `BetterYTM${suffix ?? ""}.user.js`;
24
}
25
26
-export default (/**@type {import("./src/types").RollupArgs}*/ args) => (async () => {
+export default (/**@type {import("./src/types.js").RollupArgs}*/ args) => (async () => {
27
const passCliArgs = {
28
mode: args["config-mode"] ?? (process.env.NODE_ENV === "production" ? "production" : "development"),
29
branch: args["config-branch"] ?? "develop",
0 commit comments