mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-05 07:36:02 +02:00
Add basic mail library; Add docker compose
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import express from "express";
|
||||
import dotenv from "dotenv";
|
||||
|
||||
dotenv.config();
|
||||
|
||||
const app = express();
|
||||
|
||||
async function main() {
|
||||
|
||||
Reference in New Issue
Block a user