Добавлена возможность подключаться из вне

This commit is contained in:
2026-02-10 13:03:46 +05:00
parent 5a419156ed
commit baa670b4fd
185 changed files with 48524 additions and 11342 deletions

3
frontend/node_modules/@esbuild/linux-x64/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# esbuild
This is the Linux 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.

View File

@@ -1,7 +1,7 @@
{
"name": "@esbuild/win32-x64",
"name": "@esbuild/linux-x64",
"version": "0.21.5",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
@@ -12,7 +12,7 @@
"node": ">=12"
},
"os": [
"win32"
"linux"
],
"cpu": [
"x64"

View File

@@ -1,3 +0,0 @@
# esbuild
This is the Windows 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.