preload import working

This commit is contained in:
2026-02-12 15:22:20 -05:00
parent ccf61afb73
commit 6391e6d5a5
7 changed files with 386 additions and 21 deletions

View File

@@ -6,10 +6,12 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"add-user": "ts-node scripts/add-user.ts"
},
"dependencies": {
"astro": "^5.17.1",
"chalk": "^5.6.2",
"dotenv": "^17.2.4",
"drizzle-orm": "^0.45.1",
"mysql2": "^3.16.3"