Remove reference to raw.njk template that I forgot to delete earlier

350689cc89abf2b7c1702402704d9d28d3dae06e

Tucker McKnight <tucker@pangolin.lan> | Sat Jan 03 2026

Remove reference to raw.njk template that I forgot to delete earlier
main.ts:339
Before
338
339
340
341
342
343
  )

  // RAW.TS
  const rawTemplate = fsImport.readFileSync(`${import.meta.dirname}/templates/raw.njk`).toString()
  eleventyConfig.addTemplate(
    'repos/raw.11ty.js',
    rawJsTemplate(eleventyConfig),
After
338
339
340

341
342
  )

  // RAW.TS
⁣
  eleventyConfig.addTemplate(
    'repos/raw.11ty.js',
    rawJsTemplate(eleventyConfig),