Adds fastfetch/Server Observations as a screen

This commit is contained in:
mrkmntal 2026-04-04 15:12:08 -04:00
commit 57a766380a
11 changed files with 210 additions and 10 deletions

View file

@ -102,7 +102,8 @@ const buildCss = () => src(cssSources)
.pipe(sass({ style: 'compressed' }).on('error', sass.logError))
.pipe(rename({ suffix: '.min' }))
.pipe(sourceMaps.write('./'))
.pipe(dest(RESOURCES_PATH));
.pipe(dest(RESOURCES_PATH))
.pipe(dest('./server/styles'));
const htmlSources = [
'views/*.ejs',