mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
adds eslint
This commit is contained in:

committed by
Geoff Seemueller

parent
9698fc6f3b
commit
02c3253343
@@ -1,11 +1,9 @@
|
||||
// handles builds the server into js
|
||||
await Bun.build({
|
||||
entrypoints: [
|
||||
"./server.ts",
|
||||
],
|
||||
outdir: './build',
|
||||
minify: true,
|
||||
target: 'node',
|
||||
splitting: true,
|
||||
throw: true
|
||||
});
|
||||
entrypoints: ['./server.ts'],
|
||||
outdir: './build',
|
||||
minify: true,
|
||||
target: 'node',
|
||||
splitting: true,
|
||||
throw: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user