This commit is contained in:
Gnarwhal 2024-09-16 19:44:19 +00:00
commit 2c2fd045b3
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
19 changed files with 3898 additions and 0 deletions

8
next.config.mjs Normal file
View file

@ -0,0 +1,8 @@
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin'
/** @type {import('next').NextConfig} */
const nextConfig = {}
const withVanillaExtract = createVanillaExtractPlugin()
export default withVanillaExtract(nextConfig)