Files: 4e3a4be0788f6e80d9510e5f86c967dea4d413cd / .index.js.swp
12288 bytesRaw
1 | b0VIM 8.0 �Z} � Nelsonian Solarizo.local ~Nelsonian/Projects/EDA/workspace/bootcamp/personal-project/music-visions/index.js 3210 #"! U tp ad � � � � � � ^ 3 � � � � � � h _ 3 0 / � � � � � � � � � � app.mount('div') app.route('#songbook/:song', awesome) app.route('#songbook', songbook) app.route('/', main) app.use(require('./stores/songs')) } app.use(require('choo-service-worker')()) } else { app.use(require('choo-devtools')()) if (process.env.NODE_ENV !== 'production') { const app = choo() //Initialize choo const dots = require('./dots.json') const songbook = require('./views/songbook') const awesome = require('./views/awesome') const main = require('./views/main') //Bring in our indoor modules const html = require('choo/html') const choo = require('choo') //Bring in our outdoor modules |
Built with git-ssb-web