Split counter-click-index.ts

This commit is contained in:
2024-12-22 13:01:31 +01:00
parent eed434aeb2
commit b8430adc50
5 changed files with 54 additions and 50 deletions

View File

@ -18,7 +18,8 @@
"imports": {
"#openapi": "./staticfiles/generated/openapi/index.ts",
"#core:*": "./core/static/bundled/*",
"#pedagogy:*": "./pedagogy/static/bundled/*"
"#pedagogy:*": "./pedagogy/static/bundled/*",
"#counter:*": "./counter/static/bundled/*"
},
"devDependencies": {
"@babel/core": "^7.25.2",