mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import versionTag from "~/versionTag";
|
|
export default defineEventHandler(() => {
|
|
return {
|
|
version: versionTag(),
|
|
};
|
|
});
|