Add .devcontainer + minor changes
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Roman Jaroš 2023-12-22 17:48:27 +00:00
parent 99831ff824
commit ed0957becd
15 changed files with 59 additions and 20 deletions

View file

@ -0,0 +1,13 @@
declare global {
interface Window {
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__: any;
}
namespace NodeJS {
interface ProcessEnv {
ENDPOINT_BASE_URL: string;
}
}
}
export default global;