mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 20:54:48 -04:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
export default defineEventHandler(() => {
|
|
return useRuntimeConfig().version;
|
|
});
|