Fxmanifest not working

Hello,
I need help with my fxmanifest.lua due to when I include a script on a folder this script stop to work

My manifest:

fx_version 'cerulean'
game 'gta5'

author 'Argudo '
description 'Recolection of wood'
version '1.0.0'

server_script 'server.lua'

client_scripts {
    'config.lua',
    'client/lumberjack.lua'
}

Thanks.

Hey, if you’re in trouble, you can always go to fivem docs.
Here is link, step by step how to use fxmanifest.

Click Here

When I restarted the server the script start to work.