core: add Snake using Typescript #7

Merged
Trianta merged 35 commits from snake into main 2024-11-09 01:26:09 -06:00
Showing only changes of commit 08645727a8 - Show all commits

View File

@ -11,5 +11,3 @@ COPY . .
RUN npm run build
EXPOSE 3466
CMD ["npm", "start"]