1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 22:40:19 +02:00

Add support for roadcards

This commit is contained in:
Kamran Ahmed
2023-06-14 20:42:07 +01:00
parent a48d39a863
commit 8fb778337d
19 changed files with 1330 additions and 1007 deletions

View File

@@ -75,6 +75,8 @@ export default defineConfig({
css: false,
js: false,
}),
preact(),
preact({
compat: true,
}),
],
});