0.1.2 #3

Merged
Thilawyn merged 136 commits from next into master 2024-03-11 19:44:21 +01:00
Showing only changes of commit 9f8cc4f895 - Show all commits

View File

@@ -46,7 +46,6 @@ const instEffect = User.createEffect({ id: 1n, name: "" })
// console.log(inst) // console.log(inst)
const jsonifiedUser = await inst.jsonifyPromise() const jsonifiedUser = await inst.jsonifyPromise()
const AdminUserProto = User.extend() const AdminUserProto = User.extend()
.schema({ .schema({
schema: s => s.extend({ schema: s => s.extend({