We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe5d3a commit 6d63290Copy full SHA for 6d63290
1 file changed
tool/compile_webworker.dart
@@ -32,13 +32,6 @@ Future<void> main() async {
32
'Could not compile db worker.\nstdout: ${dbWorkerProcess.stdout.toString()}\nstderr: ${dbWorkerProcess.stderr.toString()}');
33
}
34
35
- final workerFile = File(dbWorkerOutputPath);
36
-
37
- // Copy workers to powersync
38
- final powersyncCoreAssetsPath =
39
- path.join(repoRoot, 'packages/powersync/assets');
40
- workerFile.copySync('$powersyncCoreAssetsPath/$workerFilename');
41
42
// Copy this to all demo apps web folders
43
final demosRoot = path.join(repoRoot, 'demos');
44
final demoDirectories =
0 commit comments