You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
01. i am asking data ( json ) file serving optionally
example > npx harp -h 192.168.0.1 -p 8000 [ -d test.json or ./data/ ] ./
02. id like to use this cli with original file type like php.
normally php use php extention on url ( ex > https://localhost/index.php )
how about user can choose url type with [ harp.json : conf file ]
cuz i cant find cgi server for ejs template engine ( only user can use ejs with express engine )
file : harp.json
{
"type": {
"ejs" : "[ejs or html]",
}
}
The text was updated successfully, but these errors were encountered:
may i ask you this feature~
01. i am asking data ( json ) file serving optionally
example > npx harp -h 192.168.0.1 -p 8000 [ -d test.json or ./data/ ] ./
02. id like to use this cli with original file type like php.
normally php use php extention on url ( ex > https://localhost/index.php )
how about user can choose url type with [ harp.json : conf file ]
cuz i cant find cgi server for ejs template engine ( only user can use ejs with express engine )
file : harp.json
The text was updated successfully, but these errors were encountered: