// The SSP's own context boundaries. Add a context here — nowhere else — when // scaffolding one (see `gen:context`, WP-44). module.exports = require('./.dependency-cruiser.base.js')( { auth: [], registratie: [], herregistratie: ['registratie'], // the one sanctioned cross-feature edge brief: [], showcase: null, // unrestricted — the sanctioned teaching page; nothing imports it }, 'ssp', 'apps/ssp/tsconfig.json', );