Convert to use src and dist paths

This commit is contained in:
Nick Alteen
2023-09-15 10:56:32 -04:00
parent 7c2c305cfe
commit a7e777abad
16 changed files with 27876 additions and 152 deletions

6
src/index.js Normal file
View File

@@ -0,0 +1,6 @@
/**
* The entrypoint for the action.
*/
const { run } = require('./main')
run()