fix: update api import paths & fix Dockerfile not copying frontend build
fixes issue #7 & #9 also remove agGrid dependency from package.json to reduce download size
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"github.com/RichardKnop/machinery/v1/config"
|
||||
"github.com/google/uuid"
|
||||
"github.com/jmoiron/sqlx"
|
||||
"github.com/jordanknott/project-citadel/api/pg"
|
||||
"github.com/jordanknott/project-citadel/pg"
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user