mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-01 18:57:18 +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;
|