Renamed the app.js -> app.ts

This commit is contained in:
Mathias Wagner 2022-09-06 18:28:47 +02:00
parent 0dfbea6fc4
commit 20aa9fae2c
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
2 changed files with 1 additions and 1 deletions

View File

View File

@ -2,7 +2,7 @@
"name": "backend", "name": "backend",
"version": "1.0.0", "version": "1.0.0",
"description": "The Sheepstar backend containing the api, cdn, shortener and more! :)", "description": "The Sheepstar backend containing the api, cdn, shortener and more! :)",
"main": "app.js", "main": "app.ts",
"repository": "https://github.com/SheepstarStudio/Backend.git", "repository": "https://github.com/SheepstarStudio/Backend.git",
"author": "SheepstarStudio", "author": "SheepstarStudio",
"private": true, "private": true,