asdasd
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit

This commit is contained in:
Insub Kim 2025-06-06 11:17:33 +09:00
parent 3ef85aff02
commit 5565c039c6
4 changed files with 206 additions and 111 deletions

View File

@ -1,2 +0,0 @@
# Replace with your DB credentials!
DATABASE_URL="postgres://postgres:Dlstjq0904!@frovide.com:5432/bizinfo"

312
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,6 +32,7 @@
"@node-rs/argon2": "^2.0.2", "@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1", "@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0", "@oslojs/encoding": "^1.1.0",
"@sveltejs/adapter-node": "^5.2.12",
"drizzle-orm": "^0.40.0", "drizzle-orm": "^0.40.0",
"postgres": "^3.4.5" "postgres": "^3.4.5"
} }

View File

@ -1,5 +1,5 @@
import { mdsvex } from 'mdsvex'; import { mdsvex } from 'mdsvex';
import adapter from '@sveltejs/adapter-auto'; import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = { const config = {