Updated music system with new extractor and small tweaks
This commit is contained in:
10
src/enviroment.d.ts
vendored
Normal file
10
src/enviroment.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV?: "dev" | "prod"
|
||||
TYPESCRIPT?: "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user