mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// not sure if good approach
|
||||
const TAURI_DEV = true
|
||||
const TAURI_DEV = false
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
output: TAURI_DEV ? "export" : undefined,
|
||||
typescript: {
|
||||
// TODO: hacky for tauri
|
||||
ignoreBuildErrors: TAURI_DEV ? true : false
|
||||
},
|
||||
// typescript: {
|
||||
// // TODO: hacky for tauri
|
||||
// ignoreBuildErrors: TAURI_DEV ? true : false
|
||||
// },
|
||||
images: {
|
||||
// TODO: hacky for tauri
|
||||
unoptimized: TAURI_DEV ? true : false,
|
||||
|
||||
Reference in New Issue
Block a user