Rebuild dist

This commit is contained in:
Nick Alteen
2025-06-27 11:07:19 -04:00
parent 32d540a0f4
commit ddc8aaf9a0
4 changed files with 920 additions and 77 deletions

View File

@@ -138,7 +138,6 @@ So, what are you waiting for? Go ahead and start customizing your action!
to a repository.
The `local-action` utility can be run in the following ways:
- Visual Studio Code Debugger
Make sure to review and, if needed, update

993
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,7 @@
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",