* Fix options inclusion constrant not being generated when creating a table from file upload * Fix 0 being treated as null when specifying min and max constraints for number fields * Sort newly generated option field inclusion constraints * Revert previous solution and fix problem by removing incorrect local assignment statement |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
build | ||
scripts | ||
src | ||
ts | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
reporterConfig.json | ||
routify.config.js | ||
setup.js | ||
testConfig.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
yarn.lock |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build