move random functions to rng class, fix some imports
This commit is contained in:
parent
07c08019f5
commit
432e1b6668
16 changed files with 71 additions and 80 deletions
|
|
@ -7,6 +7,19 @@ export default {
|
|||
dir: 'build/server',
|
||||
format: 'es',
|
||||
},
|
||||
external: [
|
||||
"express",
|
||||
"multer",
|
||||
"body-parser",
|
||||
"v8",
|
||||
"fs",
|
||||
"ws",
|
||||
"image-size",
|
||||
"exif",
|
||||
"sharp",
|
||||
"url",
|
||||
"path",
|
||||
],
|
||||
plugins: [typescript({
|
||||
"tsconfig": "tsconfig.server.json"
|
||||
})],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue