Add script for starting dev server with SQLite.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
*.sqlite
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
which -s sqlite3 && test \! -e pvv.sqlite && sqlite3 pvv.sqlite < pvv.sql
|
||||
php -S [::]:1080 -t www/
|
||||
Reference in New Issue
Block a user