Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9defe5

Browse files
committedDec 29, 2024··
refactor(react-formio): migrate to esm and vitest
1 parent 44c6ca8 commit f9defe5

File tree

207 files changed

+10586
-2085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+10586
-2085
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ storybook-static
5454
.DS_Store
5555
.nyc_output
5656
/docs/.vuepress/dist/
57-
/packages/tailwind/COLORS.JSON
5857

5958
# Yarn
6059
.pnp.*

‎.storybook/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { StorybookConfig } from "@storybook/react-vite";
22

33
const config: StorybookConfig = {
4-
staticDirs: ["../packages/tailwind/build"],
4+
staticDirs: ["../packages/tailwind-formio/build"],
55

66
stories: [
77
"../stories/Getting-started.mdx",

0 commit comments

Comments
 (0)