fix gitignore

This commit is contained in:
zixu 2024-09-04 10:45:58 +08:00
parent 4230db9058
commit 1a7a131469
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -23,7 +23,7 @@ dist-ssr
*.sln
*.sw?
llrt*
llrt
font/*
tjs
app

1
backend/server/llrt.ts Normal file
View File

@ -0,0 +1 @@
import "web-streams-polyfill/polyfill";

View File

@ -1,7 +1,7 @@
{
"name": "webfont",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "vite",