Skip to content

Instantly share code, notes, and snippets.

View shriker's full-sized avatar
🦐

Jodie Struthers shriker

🦐
View GitHub Profile
@shriker
shriker / History\-1d7dcad1\entries.json
Last active July 15, 2022 17:20
Visual Studio Code Settings Sync Gist https://code.visualstudio.com/
{"version":1,"resource":"file:///e%3A/bb_ducky.py","entries":[{"id":"jH87.py","timestamp":1657900352000}]}
### Keybase proof
I hereby claim:
* I am shriker on github.
* I am jodie (https://keybase.io/jodie) on keybase.
* I have a public key whose fingerprint is 9772 6E0B 7604 34CA 4309 4BFA BE8D 0183 D748 DAFF
To claim this, I am signing this object:
@shriker
shriker / vue.config.js
Last active September 18, 2019 17:44
Vue API forward to nodejs backend
// vue.config.js
process.env.APP_VERSION = require('./package.json').version;
module.exports = {
/* webpack dev configuration */
devServer: {
host: '0.0.0.0',
port: 8080,
https: false,
hotOnly: false,
# try to remove defaults
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/microsoft/windows-dev-box-setup-scripts/master/scripts/RemoveDefaultApps.ps1 -DisableReboots