mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-23 07:29:52 +00:00
✨ bundle build script
This commit is contained in:
Generated
BIN
Binary file not shown.
+1
-2
@@ -8,7 +8,7 @@
|
||||
"start": "npm run build && node dist/",
|
||||
"test": "npm run build && jest",
|
||||
"postinstall": "npm run build",
|
||||
"build": "npx swc src --out-dir dist"
|
||||
"build": "npx tsc -b ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -54,7 +54,6 @@
|
||||
"pg": "^8.7.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"sqlite3": "^5.0.2",
|
||||
"swc": "^1.0.11",
|
||||
"tsconfig-paths": "^3.11.0",
|
||||
"typeorm": "^0.2.37",
|
||||
"typescript": "^4.4.2",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-nocheck
|
||||
import cluster from "cluster";
|
||||
import * as cluster from "cluster";
|
||||
|
||||
// https://github.com/discordjs/discord.js/blob/master/src/util/Snowflake.js
|
||||
// Apache License Version 2.0 Copyright 2015 - 2021 Amish Shah
|
||||
|
||||
Reference in New Issue
Block a user