Skip to content

Commit

Permalink
chore: house keeping (#19)
Browse files Browse the repository at this point in the history
* chore: remove metronome

* feat: provide default lists for clean setup

* chore: update miniflare version

* chore: update playwright version

* fixup! chore: remove metronome

* chore: update cf-related packages

* chore: update remix version

* chore: update tailwind version

* chore: update dev dependencies
  • Loading branch information
edmundhung authored Nov 19, 2022
1 parent 4bb2395 commit b7d1f25
Show file tree
Hide file tree
Showing 6 changed files with 5,339 additions and 4,650 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (

# [Optional] Sentry DSN for error logging, fallback to console log if missing
SENTRY_DSN=

# [Optional] METRONOME Insights
METRONOME_API_KEY=
2 changes: 0 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
useCatch,
Outlet,
} from '@remix-run/react';
import { MetronomeLinks } from '@metronome-sh/react';
import type { Context } from '~/types';
import stylesUrl from '~/styles/tailwind.css';

Expand Down Expand Up @@ -60,7 +59,6 @@ function Document({
{title ? <title>{title}</title> : null}
<Meta />
<Links />
<MetronomeLinks />
</head>
<body className="relative w-full min-h-screen flex bg-gray-900 text-gray-200">
{children}
Expand Down
Loading

0 comments on commit b7d1f25

Please sign in to comment.