test
All checks were successful
Deploy App / deploy (push) Successful in 1m2s

This commit is contained in:
valere
2025-09-20 10:16:24 +02:00
parent b4d8f09725
commit ca51e4d099
2 changed files with 10 additions and 0 deletions

5
app/pages/new.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
new!
</div>
</template>

5
server/testapi.ts Normal file
View File

@@ -0,0 +1,5 @@
import {eventHandler} from 'h3'
export default eventHandler(() => {
return 'server ok'
})