refactor: rename blog app to www

This commit is contained in:
Lewis Wynne 2026-01-29 00:56:59 +00:00
parent 5ff2a3056e
commit 87c8260c80
40 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{
"buildCommand": "pnpm --filter @ily/blog build",
"outputDirectory": "apps/blog/dist"
"buildCommand": "pnpm --filter @ily/www build",
"outputDirectory": "apps/www/dist"
}