flue refactor and migrations

This commit is contained in:
-Puter
2026-07-29 00:45:46 +05:30
parent 601aca73c2
commit a907539810
6 changed files with 117 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
import { defineConfig } from '@flue/cli/config';
import { defineConfig } from "@flue/cli/config";
export default defineConfig({
target: 'node',
target: "node",
});