basic styling

This commit is contained in:
Gregor Lohaus
2025-04-07 17:52:50 +02:00
parent cbf6ef653a
commit 90df8a3f0c
3 changed files with 19 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
import "./src/env.js";
/** @type {import("next").NextConfig} */
const config = {};
const config = {
typescript: {
ignoreBuildErrors: true
}
};
export default config;