chore: init
This commit is contained in:
commit
8424b7b98b
27 changed files with 7424 additions and 0 deletions
7
server/api/pageview.ts
Normal file
7
server/api/pageview.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
const startAt = Date.now()
|
||||
let count = 0
|
||||
|
||||
export default defineEventHandler(() => ({
|
||||
pageview: count++,
|
||||
startAt,
|
||||
}))
|
Loading…
Add table
Add a link
Reference in a new issue