9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
export * from '@nicepkg/gpt-runner-shared/common';
|
|
export * from '@nicepkg/gpt-runner-shared/node';
|
|
|
|
function defineConfig(config) {
|
|
return config;
|
|
}
|
|
|
|
export { defineConfig };
|