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:
github-actions[bot]
2022-12-28 14:40:19 -06:00
committed by GitHub
parent 71cec6f142
commit 8d18c4b182
34 changed files with 2834 additions and 2076 deletions

View File

@@ -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,
},
]);