Skip to content

Commit

Permalink
no more useless stuff, fixes #2505
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight committed Oct 18, 2023
1 parent f3df59e commit 700dded
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"scripts": {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"start": "cross-env NODE_ENV=production node server.js",
"start": "cross-env NODE_ENV=production webpack-dev-server",
"start:dev": "cross-env NODE_ENV=development webpack-dev-server",
"lint": "eslint \"src/**/*.{js,ts}\"",
"lint-error": "eslint --quiet \"src/**/*.{js,ts}\"",
Expand Down
27 changes: 0 additions & 27 deletions server.js

This file was deleted.

1 comment on commit 700dded

@vercel
Copy link

@vercel vercel bot commented on 700dded Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.