mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
minor code formatting tweak
This commit is contained in:
@@ -13,9 +13,10 @@ gaze(['css/**/*.css'], (err, watcher) => {
|
||||
const server = http.createServer((request, response) => {
|
||||
return serve(request, response, {
|
||||
cleanUrls: false,
|
||||
rewrites: [
|
||||
{ source: '/', destination: '/index.html' },
|
||||
],
|
||||
rewrites: [{
|
||||
source: '/',
|
||||
destination: '/index.html'
|
||||
}],
|
||||
symlinks: true,
|
||||
headers: [{
|
||||
source: '**',
|
||||
|
||||
Reference in New Issue
Block a user