A bajillion type errors
This commit is contained in:
parent
dfcb95bd0d
commit
9fecf5bbfa
10 changed files with 36 additions and 45 deletions
|
@ -1,7 +1,9 @@
|
|||
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
}
|
||||
|
||||
const withVanillaExtract = createVanillaExtractPlugin()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue