Remove unused files and implement API routes for account and transaction management

This commit is contained in:
GitHub Copilot
2025-04-24 07:27:05 -04:00
parent ae6886bf92
commit 78ebf1ae32
11 changed files with 180 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
// @ts-check
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
output: "server",
});