We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1018a commit 591f63aCopy full SHA for 591f63a
fuse.ts
@@ -2,9 +2,8 @@ import { FuseBox, QuantumPlugin, JSONPlugin, RawPlugin } from 'fuse-box'
2
import { src, task } from 'fuse-box/sparky'
3
import { resolve } from 'path'
4
import { argv } from 'yargs'
5
-import shabang from './tools/scripts/fuse-shebang'
6
-import { SparkyFile } from 'fuse-box/sparky/SparkyFile'
7
import { spawn } from 'child_process'
+import shabang from './tools/scripts/fuse-shebang'
8
// import { unlinkSync } from 'fs'
9
10
const appName = 'fng'
0 commit comments