mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 07:24:08 +00:00
Move more extensions to extensions
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
/*
|
||||
Regenerates the `spacebarchat/server/assets/schemas.json` file, used for API/Gateway input validation.
|
||||
*/
|
||||
const { Stopwatch } = require("../dist/util/util/Stopwatch");
|
||||
const { Stopwatch } = require("../dist/extensions/Stopwatch");
|
||||
const totalSw = Stopwatch.startNew();
|
||||
|
||||
const conWarn = console.warn;
|
||||
|
||||
Reference in New Issue
Block a user