Skip to content

Commit c0184da

Browse files
committed
fix: default main file path
1 parent 34edd1e commit c0184da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { OutputModes } from './output/types'
1111
import { Selection } from 'monaco-editor-core'
1212

13-
const defaultMainFile = 'App.vue'
13+
const defaultMainFile = 'src/App.vue'
1414

1515
export const importMapFile = 'import-map.json'
1616

0 commit comments

Comments
 (0)