Add extension

This commit is contained in:
2023-06-18 20:32:31 +03:00
parent 210fd3f90e
commit d79a82022b
3 changed files with 2 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ import { createNanoEvents } from 'nanoevents';
import "dotenv/config";
import names from './names'
import names from './names.js'
const app = express();

View File

@@ -1,11 +0,0 @@
export default [
"Толя Копыл",
"Дмитрий Самойлов",
"Илья Усачев",
"Степан Якимушкин",
"Ваня Гребнев",
"Алексей Петров",
"Алексей Иванов",
"Глеб Гейнке",
"Иван Чех"
]