MVP
This commit is contained in:
commit
2c2fd045b3
19 changed files with 3898 additions and 0 deletions
8
next.config.mjs
Normal file
8
next.config.mjs
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue