Set back to build with vercel

This commit is contained in:
Bradley Shellnut 2024-09-04 22:25:57 -07:00
parent f709436152
commit af59ee1cfd
2 changed files with 1 additions and 10 deletions

View file

@ -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'

View file

@ -1,9 +0,0 @@
{
"version": 2,
"routes": [
{
"src": "/(.*)",
"dest": "build/index.js"
}
]
}