mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
export default defineEventHandler((h3) => {
|
|
return {
|
|
appName: "Drop",
|
|
};
|
|
});
|