Fix workers
This commit is contained in:
parent
65ddbdb22f
commit
16c08e380b
@ -1,3 +1,6 @@
|
||||
# docker build . -t git.betalupi.com/mark/esolang:version
|
||||
# docker push git.betalupi.com/mark/esolang:version
|
||||
|
||||
FROM node:21-alpine AS base
|
||||
|
||||
#
|
||||
|
@ -2,7 +2,7 @@ import React from "react";
|
||||
import { NextPage } from "next";
|
||||
import Head from "next/head";
|
||||
import { Mainframe } from "../../ui/Mainframe";
|
||||
import LangProvider from "../../languages/brainfuck";
|
||||
import LangProvider from "../../languages/bf";
|
||||
const LANG_ID = "bf";
|
||||
const LANG_NAME = "Turing";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user