trycode
trycode copied to clipboard
unexpected token
I am not sure if i did correct in config.js: (just a question if its correct)
host : options.DEV ? 'localhost' : 'localhost', user : options.DEV ? 'root' : 'root', password : options.DEV ? '' : '', database : options.DEV ? 'trycode' : 'trycode',
And Im getting this error aswell:

you're trying to run from the source directory (src/) you need to use the dist/ one
make sure to run npm run build to create the dist/ directory