mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-07 17:28:47 +03:00
932a8d68f5
Split from https://github.com/twentyhq/twenty/pull/4518 Part of #4766 Adds a script to auto-generate twenty-ui exports in `index.ts` files. --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"name": "twenty-ui",
|
|
"version": "0.0.1",
|
|
"main": "./index.js",
|
|
"module": "./index.mjs",
|
|
"typings": "./index.d.ts",
|
|
"scripts": {
|
|
"nx": "NX_DEFAULT_PROJECT=twenty-ui node ../../node_modules/nx/bin/nx.js",
|
|
"start": "storybook dev -p 6006",
|
|
"build": "npx vite build"
|
|
}
|
|
}
|