mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:19:31 +08:00
9 lines
147 B
Text
9 lines
147 B
Text
'use strict';
|
|
|
|
const indexGenerate = require('../node/index-generate.cjs');
|
|
|
|
const config = {
|
|
node: indexGenerate
|
|
};
|
|
|
|
module.exports = config;
|