Updated to 2.0.0-beta.8

This commit is contained in:
Francesco Stasi
2021-07-06 14:57:20 +02:00
parent 4c536ec8fc
commit 773675e3c5
5 changed files with 7 additions and 11 deletions

View File

@@ -29,11 +29,7 @@ import { CreateUri } from './create-uri';
import { SketchesService } from '../../common/protocol';
import { ArduinoPreferences } from '../arduino-preferences';
export const REMOTE_ONLY_FILES = [
'sketch.json',
'thingsProperties.h',
'thingProperties.h',
];
export const REMOTE_ONLY_FILES = ['sketch.json'];
@injectable()
export class CreateFsProvider