Skip to content

Commit

Permalink
added package.json, switched to import
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Nov 4, 2022
1 parent 4ba76b4 commit 13f9bad
Show file tree
Hide file tree
Showing 435 changed files with 114 additions and 67,289 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require('express');
const fetch = require('node-fetch');
import express from "express";
import fetch from "node-fetch";

const app = express()
const port = 3000
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/mime

This file was deleted.

Loading

0 comments on commit 13f9bad

Please sign in to comment.