mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 13:33:06 +00:00
Use vite production mode
This commit is contained in:
parent
340f9c56ad
commit
bf354da170
@ -9,7 +9,7 @@ import { routeTree } from "./routeTree.gen";
|
||||
import { Failure } from "@codex-storage/marketplace-ui-components";
|
||||
import * as Sentry from "@sentry/react";
|
||||
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
if (import.meta.env.PROD) {
|
||||
Sentry.init({
|
||||
dsn: "https://22d77c59a27b8d5efc07132188b505b9@o4507855852011520.ingest.de.sentry.io/4507866758512720",
|
||||
integrations: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user