Skip to content

Commit

Permalink
add addon template
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Nov 15, 2024
1 parent a80061b commit 79997e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions community-addon-template/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const options = defineAddonOptions({

export default defineAddon({
id: 'community-addon',
shortDescription: 'addon template',
options,
setup: ({ kit, unsupported }) => {
if (!kit) unsupported('Requires SvelteKit');
Expand Down

0 comments on commit 79997e0

Please sign in to comment.