Skip to content

Commit

Permalink
fix for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 1, 2023
1 parent 73d972f commit 060ffb3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion app/api/stemHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { STEMS, Stem, Track, db, storeTrackCache } from '~/api/db/dbHandlers'
import { getStemsDirHandle } from '~/api/fileHandlers'
import { errorHandler } from '~/utils/notifications'

const STEMPROXY = 'https://stemproxy.jgentes.workers.dev'
const STEMPROXY = 'https://stems.mixpoint.dev'
//const STEMPROXY = 'http://localhost:8787'

type StemsArray = {
Expand Down
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "mixpoint",
"sideEffects": false,
"type": "module",
"version": "0.4.0",
"private": true,
"scripts": {
"build": "remix build --sourcemap && sentry-upload-sourcemaps --org mixpoint --project javascript-react",
"dev": "remix dev --manual -c \"yarn start\"",
"start": "wrangler pages dev --compatibility-date=2023-06-21 ./public",
"lint": "biome check . --apply"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/public-sans": "~4.5.11",
"@mui/joy": "^5.0.0-beta.15",
"@mui/material": "^5.14.18",
"@remix-run/cloudflare": "^2.3.0",
"@remix-run/cloudflare-pages": "^2.3.0",
"@remix-run/react": "^2.3.0",
"@sentry/remix": "^7.81.1",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.38.4",
"dexie": "~3.2.2",
"dexie-react-hooks": "~1.1.1",
"isbot": "latest",
"jsdom": "^21.1.1",
"moment": "~2.29.4",
"react": "~18",
"react-dom": "~18",
"remix-island": "^0.1.2",
"teaful": "~0.11.1",
"use-count-up": "^3.0.1",
"wavesurfer.js": "^7.3.3",
"web-audio-beat-detector": "~8.1.37"
},
"devDependencies": {
"@biomejs/biome": "1.3.1",
"@cloudflare/workers-types": "^4.20230821.0",
"@iconify-icon/react": "^1.0.7",
"@remix-run/dev": "^2.3.0",
"@types/node": "~18.7.3",
"@types/react": "~18.0.17",
"@types/react-dom": "~18.0.6",
"@types/wicg-file-system-access": "~2020.9.5",
"typescript": "^5.0.4",
"wrangler": "latest",
"zod": "^3.21.4"
},
"engines": {
"node": ">=18.17.1"
}
"name": "mixpoint",
"sideEffects": false,
"type": "module",
"version": "0.4.0",
"private": true,
"scripts": {
"build": "remix build --sourcemap && sentry-upload-sourcemaps --org mixpoint --project mixpoint",
"dev": "remix dev --manual -c \"yarn start\"",
"start": "wrangler pages dev --compatibility-date=2023-06-21 ./public",
"lint": "biome check . --apply"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/public-sans": "~4.5.11",
"@mui/joy": "^5.0.0-beta.15",
"@mui/material": "^5.14.18",
"@remix-run/cloudflare": "^2.3.0",
"@remix-run/cloudflare-pages": "^2.3.0",
"@remix-run/react": "^2.3.0",
"@sentry/remix": "^7.81.1",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.38.4",
"dexie": "~3.2.2",
"dexie-react-hooks": "~1.1.1",
"isbot": "latest",
"jsdom": "^21.1.1",
"moment": "~2.29.4",
"react": "~18",
"react-dom": "~18",
"remix-island": "^0.1.2",
"teaful": "~0.11.1",
"use-count-up": "^3.0.1",
"wavesurfer.js": "^7.3.3",
"web-audio-beat-detector": "~8.1.37"
},
"devDependencies": {
"@biomejs/biome": "1.3.1",
"@cloudflare/workers-types": "^4.20230821.0",
"@iconify-icon/react": "^1.0.7",
"@remix-run/dev": "^2.3.0",
"@types/node": "~18.7.3",
"@types/react": "~18.0.17",
"@types/react-dom": "~18.0.6",
"@types/wicg-file-system-access": "~2020.9.5",
"typescript": "^5.0.4",
"wrangler": "latest",
"zod": "^3.21.4"
},
"engines": {
"node": ">=18.17.1"
}
}

0 comments on commit 060ffb3

Please sign in to comment.