UNPKG
@helptheweb/accessibility-engine
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.1
1.2.0
0.0.1
Custom accessibility testing engine for WCAG compliance
helptheweb.org
helptheweb/engine
@helptheweb/accessibility-engine
/
dist
/
api
/
index.js
7 lines
(4 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
{ startServer }
from
'./server.js'
;
// Start the API server
startServer
();