We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361ae51 commit f34fb4cCopy full SHA for f34fb4c
2 files changed
src/metalsmith.ts
@@ -2,9 +2,9 @@ import { dirname } from 'node:path'
2
import { env } from 'node:process'
3
import { fileURLToPath } from 'node:url'
4
5
-import { getHandlebarsPartials } from '@seamapi/smith'
6
import layouts from '@metalsmith/layouts'
7
import metadata from '@metalsmith/metadata'
+import { getHandlebarsPartials } from '@seamapi/smith'
8
import { deleteAsync } from 'del'
9
import Metalsmith from 'metalsmith'
10
tsconfig.json
@@ -2,5 +2,5 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./node_modules/@seamapi/smith/tsconfig.base.json",
"files": ["src/index.ts"],
- "include": ["src/**/*"],
+ "include": ["src/**/*"]
}
0 commit comments