Skip to content

Commit

Permalink
refactor(formkit-nuxt): BREAKING CHANGE - Replace plugin installation…
Browse files Browse the repository at this point in the history
… of formkit with formkit-nuxt

BREAKING CHANGE: With the use of formkit-nuxt path to a formkit.config.ts must be provided or a formkit.config.ts must exits in your base path - formkitAutoConfig module option is replaced by installFormKit
  • Loading branch information
sfxcode committed Nov 18, 2024
1 parent ead1381 commit b09aaa9
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 539 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "vitest run",
Expand Down
Loading

0 comments on commit b09aaa9

Please sign in to comment.