From 070f60f7e39844cd8c8d4bdae8225983b39d8701 Mon Sep 17 00:00:00 2001 From: DorianNiemiecSVRJS Date: Fri, 20 Sep 2024 07:16:49 +0200 Subject: [PATCH] docs: update file structure in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a52ff3..1696dd2 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ The file structure for SVR.JS source code looks like this: - out - contains SVR.JS zip archive - src - contains SVR.JS source code - index.js - entry point + - extraScripts - SVR.JS extra scripts (each script has a single file) - handlers - handlers for servers - middleware - built-in middleware for servers - res - resources @@ -131,7 +132,6 @@ The file structure for SVR.JS source code looks like this: - tests - Jest unit tests - middleware - tests for middleware - utils - unit tests for utility functions - - utils - SVR.JS utilities (each utility has a single file) - commitlint.config.js - commitlint configuration - esbuild.config.js - the build script - eslint.config.js - ESLint configuration