feat: config files, readme

This commit is contained in:
2026-07-04 21:32:03 +02:00
parent d1620f7fdb
commit c3313223ef
13 changed files with 311 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from "./dist/config";
export default defineConfig({
include: ["src/**.ts"],
templateHeader: ["console.log('hello, world!');"],
});