Skip to content

Commit 8adca2e

Browse files
authored
remove dotenv (#93)
1 parent 097529c commit 8adca2e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

apps/server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@noble/ciphers": "^1.0.0",
1212
"@prisma/client": "5.22.0",
1313
"cors": "^2.8.5",
14-
"dotenv": "^16.4.5",
1514
"effect": "^3.12.2",
1615
"express": "^5.0.1",
1716
"siwe": "^2.3.2",

apps/server/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { Identity, Messages, SpaceEvents, Utils } from '@graphprotocol/hypergraph';
22
import cors from 'cors';
3-
import 'dotenv/config';
4-
import { parse } from 'node:url';
53
import { Effect, Exit, Schema } from 'effect';
64
import express, { type Request, type Response } from 'express';
5+
import { parse } from 'node:url';
76
import { SiweMessage } from 'siwe';
87
import type { Hex } from 'viem';
98
import WebSocket, { WebSocketServer } from 'ws';

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)