add basic cli app for bundling a headless ontime

This commit is contained in:
2024-06-03 21:54:14 -05:00
parent cf8c8d4b2e
commit 4af2e688d1
6 changed files with 344 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"endOfLine": "lf",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120
}