From 221ac621518a2b44a5ea6c8a4200c9d9ac380f87 Mon Sep 17 00:00:00 2001 From: Tyler Cloutier Date: Wed, 16 Oct 2024 18:06:16 -0400 Subject: [PATCH] Update DEVELOP.md (#111) --- DEVELOP.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index cb15605..2ad4030 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -9,7 +9,6 @@ The generated files must be manually modified to fix their imports from the rest Within each generated file: - Change the import from `"@clockworklabs/spacetimedb-sdk"` to `"../index"`. -- If the type has generated a `class`, remove its `extends DatabaseTable`, remove the `public static db` member, and remove the call to `super()` within the constructor. ## Releases and publishing