6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
function defineNitroConfig(config) {
|
|
return config;
|
|
}
|
|
|
|
export { defineNitroConfig };
|