Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 10, 2023
1 parent f0689d8 commit dc83b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/deploy.utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {minimatch} from 'minimatch';
import {lstatSync, readdirSync} from 'node:fs';
import {join} from 'node:path';
import {SatelliteConfig} from '../types/satellite.config';
import type {SatelliteConfig} from '../types/satellite.config';

export const listSourceFiles = ({
sourceAbsolutePath,
Expand Down

0 comments on commit dc83b0d

Please sign in to comment.