DOI-ONRR / onrr.gov-site

We will use this repo to manage our work on the onrr.gov website
12 stars 3 forks source link

Rebuild unbundling endpoint extension source #3141

Closed greensomes closed 1 month ago

greensomes commented 1 month ago

Similar to the press-releases endpoint, start with running npx create-directus-extension@latest from the cms/src/extensions/endpoints directory.

Be sure to update require statements to import, create a build script in package.json, and add the install and build step to config.yml.

greensomes commented 1 month ago

Done!