dvargas92495 / roamjs-scripts

MIT License
2 stars 4 forks source link

Updates generated index.ts file #6

Closed hunterclarke closed 2 years ago

hunterclarke commented 2 years ago

There were a couple of touch ups I needed to make before index.ts would build and I could properly use the new extension.

  1. There was some additional whitespace
  2. ID was undefined (I assume it needs to be extensionId)
  3. The file needs a default export in order for Roam to execute the extension.