7a3bbfde10
ref MOM61 - Adds admin-x react app we’ll use as ActivityPub playground to the sidebar nav behind the feature flag. - Wired up routing to Ember - Setup the project as `admin-x-activitypub` --------- Co-authored-by: Ronald Langeveld <hi@ronaldlangeveld.com>
6 lines
291 B
JavaScript
6 lines
291 B
JavaScript
const adminXPreset = require('@tryghost/admin-x-design-system/tailwind.cjs');
|
|
|
|
module.exports = {
|
|
presets: [adminXPreset('.admin-x-activitypub')],
|
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}', '../../node_modules/@tryghost/admin-x-design-system/es/**/*.{js,ts,jsx,tsx}']
|
|
}; |