feat: scaffold
Node.js CI / Lint and Test (push) Successful in 31s

This commit is contained in:
2025-08-27 12:30:25 -07:00
parent 6bca1078ca
commit cb6934ef22
7 changed files with 4252 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* @copyright NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
console.log(`Hello there~!
It looks like you may be trying to run this tool like a typical project. But it is not!
Instead of running "pnpm start", you should identify the script you want to run and use "tsx src/path/to/script.js".`);