mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// with this set to true, website works in both tauri (`bun app` and website with `bun web`)
|
||||
// TODO: find a nicer way to do this, seems bad
|
||||
const DEV = process.env.DEV
|
||||
// const DEV = process.env.DEV
|
||||
const DEV = false
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
|
||||
Reference in New Issue
Block a user