weeee
This commit is contained in:
parent
e3cb07dea8
commit
030aa87fc5
25 changed files with 399 additions and 140 deletions
|
@ -0,0 +1,4 @@
|
|||
export function isProd() {
|
||||
if (import.meta.env.PROD == true) return true
|
||||
return false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue