[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.

test: update server bundle size snapshot

+1 -1
+1 -1
test/unit/bundle.spec.ts
··· 78 78 stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) 79 79 expect 80 80 .soft(roundToKilobytes(stats.server.totalBytes)) 81 - .toMatchInlineSnapshot(`"2333k"`) 81 + .toMatchInlineSnapshot(`"2334k"`) 82 82 83 83 const modules = await analyzeSizes('node_modules/**/*', serverDir) 84 84 expect