Migrate uv guide to webpack

This commit is contained in:
2024-10-10 02:04:49 +02:00
parent 46e58bb49e
commit 86bbc4cf6e
4 changed files with 129 additions and 102 deletions

View File

@ -10,7 +10,8 @@
"moduleResolution": "node",
"paths": {
"#openapi": ["./staticfiles/generated/openapi/index.ts"],
"#core:*": ["./core/static/webpack/*"]
"#core:*": ["./core/static/webpack/*"],
"#pedagogy:*": ["./pedagogy/static/webpack/*"]
}
}
}