marcus-grant / brain2

My 2nd brain zettelkasten statically generated wiki using gatsby
0 stars 0 forks source link

Convert gatsby-node.js to .ts #9

Open marcus-grant opened 1 year ago

marcus-grant commented 1 year ago

Some problems are arising from gatsby-node being a js file. Transform it, but try and find guides first.

marcus-grant commented 1 year ago

Also, this might make it possible to properly import src/util/meta-utils.ts so delete the transform function already in gatsby-nodes.js and import the function already in meta-utils.js.