0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00

fix: add files so no unexpected when creating new plugin

This commit is contained in:
María Valderrama 2024-07-08 12:53:10 +02:00
parent b4c61657d9
commit ef5629a22c
4 changed files with 97 additions and 2651 deletions

View file

@ -63,7 +63,8 @@
"linter": "eslint", "linter": "eslint",
"unitTestRunner": "vitest", "unitTestRunner": "vitest",
"e2eTestRunner": "none", "e2eTestRunner": "none",
"projectNameAndRootFormat": "as-provided" "projectNameAndRootFormat": "as-provided",
"bundler": "vite"
}, },
"@nx/angular:application": { "@nx/angular:application": {
"e2eTestRunner": "none", "e2eTestRunner": "none",

2738
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -49,9 +49,9 @@
"@nx/vite": "19.1.1", "@nx/vite": "19.1.1",
"@nx/web": "19.1.1", "@nx/web": "19.1.1",
"@schematics/angular": "18.0.2", "@schematics/angular": "18.0.2",
"@swc-node/register": "1.8.0", "@swc-node/register": "~1.9.1",
"@swc/core": "~1.3.85", "@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.2", "@swc/helpers": "~0.5.11",
"@types/feather-icons": "^4.29.4", "@types/feather-icons": "^4.29.4",
"@types/node": "20.11.16", "@types/node": "20.11.16",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",

1
vitest.workspace.ts Normal file
View file

@ -0,0 +1 @@
export default ['**/*/vite.config.ts', '**/*/vitest.config.ts'];