mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
Add extension
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
backend/names.json
|
backend/names.js
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import { createNanoEvents } from 'nanoevents';
|
|||||||
|
|
||||||
import "dotenv/config";
|
import "dotenv/config";
|
||||||
|
|
||||||
import names from './names'
|
import names from './names.js'
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
export default [
|
|
||||||
"Толя Копыл",
|
|
||||||
"Дмитрий Самойлов",
|
|
||||||
"Илья Усачев",
|
|
||||||
"Степан Якимушкин",
|
|
||||||
"Ваня Гребнев",
|
|
||||||
"Алексей Петров",
|
|
||||||
"Алексей Иванов",
|
|
||||||
"Глеб Гейнке",
|
|
||||||
"Иван Чех"
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user