[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update bundle

+1 -1
+1 -1
test/unit/bundle.spec.ts
··· 91 91 stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) 92 92 expect 93 93 .soft(roundToKilobytes(stats.server.totalBytes, 10)) 94 - .toMatchInlineSnapshot(`"2870k"`) 94 + .toMatchInlineSnapshot(`"2890k"`) 95 95 96 96 const modules = await analyzeSizes('node_modules/**/*', serverDir) 97 97 expect