cleanupo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-16 12:12:05 +02:00
parent dbf93d8d1f
commit 4190a23dec
3 changed files with 38 additions and 41 deletions

View File

@@ -1,6 +1,5 @@
const fastify = require('fastify')();//{ logger: true });
const path = require('path');
const crypto = require('crypto');
const csass = require("./compile_sass").compileSassMain();