First commit

This commit is contained in:
uwap 2022-12-20 08:17:26 +01:00
commit 6496f2d0ab
9 changed files with 1088 additions and 0 deletions

12
spack.config.js Normal file
View file

@ -0,0 +1,12 @@
const { config } = require('@swc/core/spack')
module.exports = config({
entry: {
'screeps': __dirname + '/src/index.ts',
},
output: {
path: __dirname + '/dist'
},
module: {},
});