Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev authored Dec 13, 2024
1 parent 6764756 commit 19d1f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/setup-kv-namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as toml from "toml";
// @ts-expect-error No typings exist for this package
import * as tomlify from "tomlify-j0.4";

const tomlFilePath = "../wrangler.toml";
const tomlFilePath = "./wrangler.toml";
const wranglerToml: WranglerConfiguration = toml.parse(fs.readFileSync(tomlFilePath, "utf-8"));

const NAMESPACE_TITLE = "kv";
Expand Down

0 comments on commit 19d1f1f

Please sign in to comment.