introduced the 'mime' config option, addresses #3
This commit is contained in:
5
test/.local-web-server.json
Normal file
5
test/.local-web-server.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"mime": {
|
||||
"text/plain": [ "php" ]
|
||||
}
|
||||
}
|
1
test/something.php
Normal file
1
test/something.php
Normal file
@ -0,0 +1 @@
|
||||
<?php echo "i'm coding PHP templatez!\n" ?>
|
Reference in New Issue
Block a user