Skip to content

Commit a8bf4c1

Browse files
committed
chore: Add restart server inline docs
1 parent 6146df3 commit a8bf4c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gridsome.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// This is where project configuration and installed plugin options are located.
22
// Learn more: https://gridsome.org/docs/config
33

4+
// Changes here requires a server restart to work properly.
5+
// To restart press CTRL + C in terminal and run `gridsome develop`
6+
47
module.exports = {
58
siteName: 'Gridsome',
69
plugins: []
7-
}
10+
}

0 commit comments

Comments
 (0)