Skip to content
Snippets Groups Projects
Commit ecfe1de7 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

fixed re-added missing untracked file

parent 1f333e89
No related branches found
No related tags found
No related merge requests found
Pipeline #475386 failed
import syntheticPreset from "@/services/preset-definitions/synthetic-preset.json"
import syntheticPresetFile from './synthetic-preset.json'
import {PresetEntry} from "@/services/presetStore"
export const hardcodedPresets = [syntheticPreset]
const syntheticPresetEntry: PresetEntry = {
props: {title: 'Synthetic Example', value: 'synthetic-example'},
name: 'synthetic-example',
key: 'synthetic-example',
db_url: 'sqlite:///../static/synthetic.sqlite',
preset: {...syntheticPresetFile}
}
export const hardcodedPresets = [syntheticPresetEntry]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment