]> git.codecow.com Git - libnemo.git/commitdiff
Whitespace.
authorChris Duncan <chris@codecow.com>
Mon, 3 Aug 2026 19:34:41 +0000 (12:34 -0700)
committerChris Duncan <chris@codecow.com>
Mon, 3 Aug 2026 19:34:41 +0000 (12:34 -0700)
esbuild/config.mjs

index 074d8af379db23796644e531141f4b4a8119f37b..597f03a9a7d25c04f4cebab88ef900c360b21f04 100644 (file)
@@ -52,7 +52,9 @@ export const nodeOptions = {
        entryPoints: [
                { in: './src/index.ts', out: 'index' }
        ],
-       external: ['node:worker_threads'],
+       external: [
+               'node:worker_threads'
+       ],
        inject: [
                './esbuild/inject/fake-indexeddb.mjs'
        ],