mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Changing to adapter node
This commit is contained in:
parent
0ddfacb3a7
commit
fc1a0731a6
3 changed files with 8 additions and 7 deletions
|
|
@ -119,7 +119,6 @@
|
|||
"open-props": "^1.7.6",
|
||||
"oslo": "^1.2.1",
|
||||
"pg": "^8.13.0",
|
||||
"pg-native": "^3.2.0",
|
||||
"postgres": "^3.4.4",
|
||||
"qrcode": "^1.5.4",
|
||||
"radix-svelte": "^0.9.0",
|
||||
|
|
|
|||
|
|
@ -143,9 +143,6 @@ importers:
|
|||
pg:
|
||||
specifier: ^8.13.0
|
||||
version: 8.13.0(pg-native@3.2.0)
|
||||
pg-native:
|
||||
specifier: ^3.2.0
|
||||
version: 3.2.0
|
||||
postgres:
|
||||
specifier: ^3.4.4
|
||||
version: 3.4.4
|
||||
|
|
@ -7589,6 +7586,7 @@ snapshots:
|
|||
dependencies:
|
||||
bindings: 1.5.0
|
||||
nan: 2.19.0
|
||||
optional: true
|
||||
|
||||
lilconfig@2.1.0: {}
|
||||
|
||||
|
|
@ -7760,7 +7758,8 @@ snapshots:
|
|||
object-assign: 4.1.1
|
||||
thenify-all: 1.6.0
|
||||
|
||||
nan@2.19.0: {}
|
||||
nan@2.19.0:
|
||||
optional: true
|
||||
|
||||
nanoid@3.3.7: {}
|
||||
|
||||
|
|
@ -7926,6 +7925,7 @@ snapshots:
|
|||
dependencies:
|
||||
libpq: 1.8.13
|
||||
pg-types: 1.13.0
|
||||
optional: true
|
||||
|
||||
pg-numeric@1.0.2: {}
|
||||
|
||||
|
|
@ -7944,6 +7944,7 @@ snapshots:
|
|||
postgres-bytea: 1.0.0
|
||||
postgres-date: 1.0.7
|
||||
postgres-interval: 1.2.0
|
||||
optional: true
|
||||
|
||||
pg-types@2.2.0:
|
||||
dependencies:
|
||||
|
|
@ -8282,7 +8283,8 @@ snapshots:
|
|||
picocolors: 1.1.0
|
||||
source-map-js: 1.2.1
|
||||
|
||||
postgres-array@1.0.3: {}
|
||||
postgres-array@1.0.3:
|
||||
optional: true
|
||||
|
||||
postgres-array@2.0.0: {}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import 'reflect-metadata'
|
||||
import { preprocessMeltUI } from '@melt-ui/pp'
|
||||
import adapter from '@sveltejs/adapter-vercel'
|
||||
import adapter from '@sveltejs/adapter-node'
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
||||
import sequence from 'svelte-sequential-preprocessor'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue