From 88e2e3d62677f6af58b19d8e5d4d789b96d525db Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 09:58:12 -0700 Subject: move songs.ts to be entirely server side --- server/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/index.ts') diff --git a/server/index.ts b/server/index.ts index 677c736..4e9d1b5 100644 --- a/server/index.ts +++ b/server/index.ts @@ -1,7 +1,7 @@ import express from 'express'; import path from 'path'; import crypto from 'crypto'; -import { songs } from '../src/data/songs'; +import { songs } from './data/songs'; import { startDate } from '../src/constants/startDate'; import cors from 'cors'; -- cgit v1.2.3