Refactor: Rename api mode to headless

The 'api' mode is being renamed to 'headless' to better reflect its
purpose: serving the API without the admin UI. This change aligns with
the existing framework concept of a headless backend.

The 'standalone' mode is renamed to 'admin' to indicate that it serves
both the API and the admin UI.
This commit is contained in:
Cameron Pak
2026-04-06 07:55:08 -05:00
parent 9e0382389e
commit dfae51c368
4 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -57,4 +57,4 @@ export default {
assetsPath: "/admin/",
logoReturnPath: "../..",
},
} satisfies Config<"standalone">;
} satisfies Config<"admin">;