Skip to content

Commit

Permalink
Built project
Browse files Browse the repository at this point in the history
  • Loading branch information
martiserra99 committed Jan 16, 2025
1 parent c00ab00 commit 225ddc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 2 additions & 0 deletions apps/react/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from "cypress";

export default defineConfig({
video: false,
screenshotOnRunFailure: false,
component: {
devServer: {
framework: "react",
Expand Down
2 changes: 1 addition & 1 deletion apps/react/tsconfig.app.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"root":["./src/app.tsx","./src/main.tsx","./src/schema.tsx","./src/utils.ts","./src/vite-env.d.ts","./src/components/data.tsx","./src/components/form-layout.tsx","./src/components/form-view.tsx","./src/components/index.ts","./src/components/fields/checkbox-group.tsx","./src/components/fields/listbox.tsx","./src/components/fields/radio-group.tsx","./src/components/fields/text-field.tsx","./src/components/navigation/back.tsx","./src/components/navigation/next.tsx","./src/components/react-hook-form/listbox.tsx","./src/components/react-hook-form/multi-select.tsx","./src/components/react-hook-form/number-field.tsx","./src/components/react-hook-form/select.tsx","./src/components/react-hook-form/text-field.tsx","./src/components/react-hook-form/yes-no.tsx","./src/components/user-interface/button.tsx","./src/components/user-interface/code.tsx","./src/components/user-interface/field.tsx","./src/components/user-interface/input.tsx","./src/components/user-interface/row.tsx","./src/controller/controller-context.ts","./src/controller/controller-value.ts","./src/controller/controller.tsx","./src/controller/index.ts","./src/controller/use-controller.ts"],"version":"5.7.2"}
{"root":["./src/app.tsx","./src/form.cy.tsx","./src/form.tsx","./src/main.tsx","./src/utils.ts","./src/vite-env.d.ts","./src/components/data.tsx","./src/components/form-layout.tsx","./src/components/form-view.tsx","./src/components/index.ts","./src/components/fields/checkbox-group.tsx","./src/components/fields/listbox.tsx","./src/components/fields/radio-group.tsx","./src/components/fields/text-field.tsx","./src/components/navigation/back.tsx","./src/components/navigation/next.tsx","./src/components/react-hook-form/listbox.tsx","./src/components/react-hook-form/multi-select.tsx","./src/components/react-hook-form/number-field.tsx","./src/components/react-hook-form/select.tsx","./src/components/react-hook-form/text-field.tsx","./src/components/react-hook-form/yes-no.tsx","./src/components/user-interface/button.tsx","./src/components/user-interface/code.tsx","./src/components/user-interface/field.tsx","./src/components/user-interface/input.tsx","./src/components/user-interface/row.tsx","./src/controller/controller-context.ts","./src/controller/controller-value.ts","./src/controller/controller.tsx","./src/controller/index.ts","./src/controller/use-controller.ts","./src/schemas/flow.cond.tsx","./src/schemas/flow.list.tsx","./src/schemas/flow.loop.tsx","./src/schemas/flow.switch.tsx","./src/schemas/main.tsx","./cypress/support/commands.ts","./cypress/support/component.ts"],"version":"5.7.2"}
10 changes: 0 additions & 10 deletions packages/react/cypress.config.ts

This file was deleted.

0 comments on commit 225ddc9

Please sign in to comment.