Skip to content

Commit 70c74ac

Browse files
committed
left up
1 parent 8e3b075 commit 70c74ac

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/webapp/components/TipTap/TipTap.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ lowlight.register('css', css)
9999
lowlight.register('js', js)
100100
lowlight.register('ts', ts)
101101
lowlight.register('markdown', md)
102-
// lowlight.register('python', python)
102+
lowlight.register('python', python as any)
103103
lowlight.register('yaml', yaml)
104104
lowlight.register('json', json)
105-
// lowlight.register('bash', bash)
105+
lowlight.register('bash', bash as any)
106106

107107
const scrollDown = () => {
108108
const url = new URL(window.location.href)

packages/webapp/layouts/GoogleOneTapLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function GoogleOneTapLayout({ children }: Props) {
77
return (
88
<div className="h-full">
99
{children}
10-
{/* <GoogleOneTapAuth /> */}
10+
<GoogleOneTapAuth />
1111
</div>
1212
)
1313
}

packages/webapp/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ module.exports = withPWA({
7676
? [
7777
'*.localhost',
7878
'*.127.0.0.1',
79-
'ws://192.168.31.248:54321',
8079
'http://127.0.0.1:2300',
8180
'http://127.0.0.1:54321', // Supabase local
8281
'ws://127.0.0.1:54321', // Supabase realtime WebSocket

0 commit comments

Comments
 (0)