mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-01 18:39:16 +00:00
ci fix
This commit is contained in:
1
frontend/.npmrc
Normal file
1
frontend/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
@duhanbalci:registry=https://gitea.duhanbalci.com/api/packages/duhanbalci/npm/
|
||||
@@ -2,8 +2,8 @@
|
||||
import { ref, onMounted, onBeforeUnmount, watch, computed } from 'vue'
|
||||
import { EditorView, lineNumbers } from '@codemirror/view'
|
||||
import { EditorState } from '@codemirror/state'
|
||||
import { dexpr } from 'codemirror-lang-dexpr'
|
||||
import type { DexprLanguageInfo } from 'codemirror-lang-dexpr'
|
||||
import { dexpr } from '@duhanbalci/codemirror-lang-dexpr'
|
||||
import type { DexprLanguageInfo } from '@duhanbalci/codemirror-lang-dexpr'
|
||||
import { useSchemaStore } from '../../stores/schema'
|
||||
import type { SchemaNode } from '../../core/schema-parser'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user