This commit is contained in:
2021-03-22 15:59:05 +01:00
parent dd27483b16
commit 626e83d010
46 changed files with 5636 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// @ts-check
/**
* @typedef {import('../types') }
*/
;(function () {
throw {
status: 500,
message: "ssr is only a dummy collection",
}
})()