refactor: update README and Dockerfile, add drizzle migrations and instrumentation

This commit is contained in:
averel10
2026-03-13 07:50:14 +01:00
parent 499afaefa6
commit b9f6836f1a
8 changed files with 135 additions and 72 deletions

View File

@@ -70,7 +70,7 @@ export default function CreateDatasetModal() {
},
{
label: loading ? 'Creating...' : 'Create',
onClick: (e) => {
onClick: () => {
const form = document.getElementById('datasetForm') as HTMLFormElement;
form?.dispatchEvent(new Event('submit', { bubbles: true }));
},