Skip to content

Commit

Permalink
Merge pull request #1542 from wozny1989/master
Browse files Browse the repository at this point in the history
fix: display code snippets in documentation
  • Loading branch information
cibernox authored Sep 18, 2022
2 parents d86479c + 44c876f commit cb4c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
// Add options here
snippetPaths: ['tests/dummy/app/templates/snippets/'],
});

/*
Expand Down

0 comments on commit cb4c57f

Please sign in to comment.