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