mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:59:31 +08:00
12 lines
204 B
Text
12 lines
204 B
Text
'use strict';
|
|
|
|
const data = require('../../data.cjs');
|
|
const index = require('../node/index.cjs');
|
|
|
|
const lexerConfig = {
|
|
generic: true,
|
|
...data,
|
|
node: index
|
|
};
|
|
|
|
module.exports = lexerConfig;
|