diff options
Diffstat (limited to 'app/relay/modules/pix2pixhd.js')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js new file mode 100644 index 0000000..9aa30d0 --- /dev/null +++ b/app/relay/modules/pix2pixhd.js @@ -0,0 +1,5 @@ +import path from 'path' + +export default { + enabled: false, +}
\ No newline at end of file |
