mirror of
https://github.com/directus/directus.git
synced 2026-01-23 12:48:10 -05:00
Fix environment info in github issue templates (#6288)
This commit is contained in:
committed by
GitHub
parent
092a3266ed
commit
ee95fa3dfd
@@ -73,7 +73,7 @@ export default defineComponent({
|
||||
|
||||
### Project details
|
||||
Directus Version: ${parsedInfo.value?.directus.version}
|
||||
Environment: ${import.meta.env.DEV}
|
||||
Environment: ${import.meta.env.MODE}
|
||||
OS: ${parsedInfo.value?.os.type} ${parsedInfo.value?.os.version}
|
||||
Node: ${parsedInfo.value?.node.version}
|
||||
`;
|
||||
|
||||
@@ -47,7 +47,7 @@ export default defineComponent({
|
||||
|
||||
### Project details
|
||||
Directus Version: ${parsedInfo.value?.directus.version}
|
||||
Environment: ${import.meta.env.DEV}
|
||||
Environment: ${import.meta.env.MODE}
|
||||
OS: ${parsedInfo.value?.os.type} ${parsedInfo.value?.os.version}
|
||||
Node: ${parsedInfo.value?.node.version}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user