mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
Add preliminary prisma support
This commit is contained in:
Vendored
+4
-4
@@ -2,10 +2,10 @@
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
VSCODE_DEBUG?: 'true'
|
||||
DIST_ELECTRON: string
|
||||
DIST: string
|
||||
DIST: string;
|
||||
DIST_ELECTRON: string;
|
||||
/** /dist/ or /public/ */
|
||||
PUBLIC: string
|
||||
PUBLIC: string;
|
||||
VSCODE_DEBUG?: 'true';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user