test: remove server dir

This commit is contained in:
Daniel Roe 2024-12-09 12:34:06 +00:00
parent 29f0663f05
commit a7726adf5b
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
export default eventHandler((_event) => {
return 'Hello!'
})

View File

@ -1,3 +0,0 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}