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