Fix workers
This commit is contained in:
		@ -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
 | 
					FROM node:21-alpine AS base
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@ import React from "react";
 | 
				
			|||||||
import { NextPage } from "next";
 | 
					import { NextPage } from "next";
 | 
				
			||||||
import Head from "next/head";
 | 
					import Head from "next/head";
 | 
				
			||||||
import { Mainframe } from "../../ui/Mainframe";
 | 
					import { Mainframe } from "../../ui/Mainframe";
 | 
				
			||||||
import LangProvider from "../../languages/brainfuck";
 | 
					import LangProvider from "../../languages/bf";
 | 
				
			||||||
const LANG_ID = "bf";
 | 
					const LANG_ID = "bf";
 | 
				
			||||||
const LANG_NAME = "Turing";
 | 
					const LANG_NAME = "Turing";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user