Skip to content

Commit

Permalink
ci: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Jun 23, 2024
1 parent 7b507d1 commit 057888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/vite/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { rename, rm } from 'node:fs/promises';
import { rename /* , rm */ } from 'node:fs/promises';

import { logger } from '@gracile/internal-utils/logger';
import { setCurrentWorkingDirectory } from '@gracile/internal-utils/paths';
Expand Down

0 comments on commit 057888d

Please sign in to comment.