Wow I'm stupid
This commit is contained in:
parent
c84bc308b6
commit
8668b2e8fc
@ -26,7 +26,7 @@
|
||||
in rec {
|
||||
packages.bayshore = pkgs.buildNpmPackage {
|
||||
pname = "bayshore";
|
||||
version = "1.0.4";
|
||||
version = "1.0.5";
|
||||
src = ./.;
|
||||
npmDepsHash = "sha256-7iVoTJv5rvdiUWyhrDOGEboOo1sdQ7YvZOqbgvz/mF8=";
|
||||
|
||||
|
@ -29,6 +29,7 @@ import { Config } from './config';
|
||||
import * as Sentry from '@sentry/node';
|
||||
import * as Tracing from '@sentry/tracing';
|
||||
import * as common from './modules/util/common';
|
||||
import path from 'path';
|
||||
|
||||
globalAgent.options.keepAlive = true;
|
||||
|
||||
@ -112,7 +113,7 @@ allnetApp.use((req, res, next) => {
|
||||
});
|
||||
|
||||
// Get all of the files in the modules directory
|
||||
let dirs = fs.readdirSync('dist/modules');
|
||||
let dirs = fs.readdirSync(path.join(path.dirname(__filename), 'modules'));
|
||||
// Loop over the files
|
||||
for (let i of dirs)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user