Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Sep 5, 2024
1 parent 01188bf commit 3b4d706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/genezio/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve, dirname } from "pathe";
import fsp from "node:fs/promises";
import type { Nitro } from "nitropack/types";
import { dirname, resolve } from "pathe";
export async function generateFunctionFiles(nitro: Nitro) {
const name = await getNameFromPackage();
const initialPath = dirname(nitro.options.output.dir);
Expand Down

0 comments on commit 3b4d706

Please sign in to comment.