App feedbacks (#18028)

as title
This commit is contained in:
martmull
2026-02-18 12:04:54 +01:00
committed by GitHub
parent f3faa11dd2
commit e3753bf822
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "0.6.0-alpha",
"version": "0.6.0",
"description": "Command-line interface to create Twenty application",
"main": "dist/cli.cjs",
"bin": "dist/cli.cjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "0.6.0-alpha",
"version": "0.6.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/sdk/index.d.ts",
@@ -51,7 +51,7 @@ export class FileUploadWatcher {
});
this.watcher.on('all', (event, filePath) => {
if (event === 'addDir') {
if (event === 'addDir' || event === 'unlinkDir') {
return;
}
@@ -50,7 +50,7 @@ export class ManifestWatcher {
});
this.watcher.on('all', (event, filePath) => {
if (event === 'addDir') {
if (event === 'addDir' || event === 'unlinkDir') {
return;
}