mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Set back to build with vercel
This commit is contained in:
parent
f709436152
commit
af59ee1cfd
2 changed files with 1 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import 'reflect-metadata'
|
||||
import { preprocessMeltUI } from '@melt-ui/pp'
|
||||
import adapter from '@sveltejs/adapter-node'
|
||||
import adapter from '@sveltejs/adapter-vercel'
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
||||
import sequence from 'svelte-sequential-preprocessor'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"version": 2,
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "build/index.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue