a59647e158
* Rebuild table schema when adding new column to get externalType * Added MySQL integration test suite * Add test for emitting datasource on save new column * Update packages/server/src/integration-test/mysql.spec.ts Co-authored-by: Sam Rose <hello@samwho.dev> * remove duplicate tests * Use UUID * update account portal --------- Co-authored-by: Sam Rose <hello@samwho.dev> |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
public | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
routify.config.js | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
vitest.setup.js |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build