Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jan 19, 2025
1 parent 79eba59 commit 4526b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
} catch (e) {
sendUserToast(
'Component creation failed. Is the file uploaded, did you give it a name ? Do you have write privilege on folder app_custom: ' +
e.body ?? e,
(e.body ?? e),
true
)
}
Expand Down
4 changes: 0 additions & 4 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
"strict": true,
"types": []
},
<<<<<<< HEAD
"include": ["src/**/*.js", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte", "src/lib/components/triggers/TriggersEditorSectionsvelte", "src/lib/components/raw_apps/RawAppCodeEditor.svelte.archive"],
=======
"include": ["src/**/*.js", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte", "src/lib/components/triggers/TriggersEditorSectionsvelte"],
"exclude": ["src/lib/monaco_workers/*.js"],
>>>>>>> main
"extends": "./.svelte-kit/tsconfig.json"
}

0 comments on commit 4526b5b

Please sign in to comment.