mirror of
https://github.com/directus/directus.git
synced 2026-01-23 00:48:24 -05:00
12 lines
218 B
JavaScript
12 lines
218 B
JavaScript
const appNav = require('./dist/nav-app.json');
|
|
const webNav = require('./dist/nav-web.json');
|
|
const index = require('./dist/index.json');
|
|
|
|
module.exports = {
|
|
files: index,
|
|
nav: {
|
|
app: appNav,
|
|
web: webNav,
|
|
},
|
|
};
|