Skip to content

Commit

Permalink
Update liveUpdate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Oct 26, 2023
1 parent e5bb7a3 commit 998dc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/lib/codemirror/liveUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import type { EditorState } from '@codemirror/state'
import type { EditorView } from '@codemirror/view'
import { codePositionToOffset, rangeToCodePositions } from './utils.js'
import runCode, { build, bundle, bundleState, smc } from '../run.js'
import runCode, { build, bundle, bundleState, smc } from '../run.ts'

export const manualChangeSinceLiveUpdate = {
value: true
Expand Down

1 comment on commit 998dc91

@vercel
Copy link

@vercel vercel bot commented on 998dc91 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot-git-main.hackclub.dev
blot.hackclub.dev

Please sign in to comment.