mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-03-07 08:43:07 +08:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
SourceCode: require("./source-code")
|
|
};
|