mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
style: pretty please (#162)
* style: pretty please * feat: no package.lock.json anymore Co-authored-by: jacoobes <jacoobes@users.noreply.github.com> Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
71cec6f142
commit
8d18c4b182
@@ -4,7 +4,7 @@ const shared = {
|
||||
external: ['discord.js'],
|
||||
platform: 'node',
|
||||
clean: true,
|
||||
sourcemap: false
|
||||
sourcemap: false,
|
||||
};
|
||||
export default defineConfig([
|
||||
{
|
||||
@@ -19,7 +19,7 @@ export default defineConfig([
|
||||
js: '.mjs',
|
||||
};
|
||||
},
|
||||
...shared
|
||||
...shared,
|
||||
},
|
||||
{
|
||||
format: 'cjs',
|
||||
@@ -33,6 +33,6 @@ export default defineConfig([
|
||||
js: '.cjs',
|
||||
};
|
||||
},
|
||||
...shared
|
||||
...shared,
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user