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