mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 12:55:49 +08:00
update
This commit is contained in:
@ -17,9 +17,8 @@ const config: KnipConfig = {
|
||||
],
|
||||
ignoreDependencies: [
|
||||
'@iconify-json/*',
|
||||
|
||||
'@storybook/addon-onboarding',
|
||||
|
||||
'@dify/cli',
|
||||
],
|
||||
/// keep-sorted
|
||||
rules: {
|
||||
|
||||
@ -39,10 +39,6 @@
|
||||
"lint:fix": "vp run lint --fix",
|
||||
"lint:quiet": "vp run lint --quiet",
|
||||
"lint:tss": "tsslint --project tsconfig.json",
|
||||
"migrate:no-unchecked-indexed-access": "dify-cli no-unchecked-indexed-access migrate",
|
||||
"migrate:no-unchecked-indexed-access:all": "dify-cli no-unchecked-indexed-access run",
|
||||
"migrate:no-unchecked-indexed-access:normalize": "dify-cli no-unchecked-indexed-access normalize",
|
||||
"migrate:no-unchecked-indexed-access:reset": "dify-cli no-unchecked-indexed-access reset",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"refactor-component": "node ./scripts/refactor-component.js",
|
||||
"start": "node ./scripts/copy-and-start.mjs",
|
||||
|
||||
Reference in New Issue
Block a user