mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
Tauri (local working) (#128)
* chore(nix): add `cargo-tauri` * chore(rust): add rustfmt config * feat: add tauri app * fix(config): tauri and web config nextjs * fix: default value * fix: force graph * fix: undefined me * fix: undefined me in page detail * fix: remove title from search component * fix: package version * chore: next config * feat: random btn for go to auth * fix the config * feat: tauri --------- Co-authored-by: Alice Carroll <git@alice-carroll.pet> Co-authored-by: Aslam H <iupin5212@gmail.com>
This commit is contained in:
@@ -5,7 +5,6 @@ const isProd = process.env.NODE_ENV === "production"
|
||||
const internalHost = process.env.TAURI_DEV_HOST || "localhost"
|
||||
const isIgnoreBuild = process.env.IGNORE_BUILD_ERRORS === "true"
|
||||
|
||||
console.log(isIgnoreBuild)
|
||||
const ignoreBuild = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true
|
||||
@@ -27,7 +26,7 @@ const commonConfig = {
|
||||
|
||||
const tauriConfig = {
|
||||
...commonConfig,
|
||||
output: "export",
|
||||
// output: "export",
|
||||
images: {
|
||||
...commonConfig.images,
|
||||
unoptimized: true
|
||||
|
||||
Reference in New Issue
Block a user