1
0
Fork 0
forked from svrjs/svrjs
SVR.JS - a web server running on Node.JS
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-08-25 14:05:19 +02:00
.github/workflows Update main.yml 2024-06-22 09:16:06 +02:00
assets Added missing "testdir" directory to assets folder. 2024-08-24 19:43:40 +02:00
src Add "Load SVR.JS mods as middleware" comment. 2024-08-25 14:05:19 +02:00
templates Add SVR.JS name and documentation URL to svrjs.json file. 2024-08-24 17:13:59 +02:00
tests/utils Lint out the codebase. 2024-08-25 09:45:42 +02:00
utilities Rewritten SVR.JS from scratch - the build system for the new SVR.JS is set up, but the source is just placeholders. 2024-08-23 17:05:10 +02:00
.gitignore The build script now builds SVR.JS .zip archive. 2024-08-23 17:18:18 +02:00
esbuild.config.js Make the build script also copy hidden directories in assets directory. 2024-08-25 10:32:08 +02:00
eslint.config.mjs Fix eslint script to also lint index.js file. 2024-08-25 11:38:11 +02:00
jest.config.js Rewritten SVR.JS from scratch - the build system for the new SVR.JS is set up, but the source is just placeholders. 2024-08-23 17:05:10 +02:00
package-lock.json Add static file serving and directory listing functionality. 2024-08-25 10:23:37 +02:00
package.json Fix eslint script to also lint index.js file. 2024-08-25 11:38:11 +02:00
svrjs.json Add SVR.JS name and documentation URL to svrjs.json file. 2024-08-24 17:13:59 +02:00