mirror of
https://github.com/r2r90/canvas-label.git
synced 2026-01-30 05:32:07 +00:00
added css finitions, background bug corrected, added item state
This commit is contained in:
@@ -7,7 +7,13 @@ await import("./src/env.mjs");
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
reactStrictMode: true,
|
||||
|
||||
typescript: {
|
||||
// !! WARN !!
|
||||
// Dangerously allow production builds to successfully complete even if
|
||||
// your project has type errors.
|
||||
// !! WARN !!
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
/**
|
||||
* If you are using `appDir` then you must comment the below `i18n` config out.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user