mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
update
This commit is contained in:
7
src/config.ts
Normal file
7
src/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
class Config {
|
||||
public get dev() {
|
||||
return process && process.env.NODE_ENV === 'development';
|
||||
}
|
||||
}
|
||||
|
||||
export const config = new Config();
|
||||
Reference in New Issue
Block a user