1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00

fix(repo): fix build path in dockerfile, remove imports, add new task in taskfile

This commit is contained in:
2022-11-18 06:49:56 +07:00
parent a3f8fd40fb
commit 56b98265d4
4 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
import {defineEventHandler} from 'h3';
export default defineEventHandler((event) => {
export default defineEventHandler(() => {
console.log('Request received');
return {